Added support for localization and localization for Portuguese.
Added support for item name localization.
This commit is contained in:
parent
398bfb6deb
commit
dfbf218aba
10 changed files with 176 additions and 25 deletions
10
src/main/resources/messages_en.properties
Normal file
10
src/main/resources/messages_en.properties
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
enabling=Starting %s version %s with locale '%s'.
|
||||
balance-successful=You have %s.
|
||||
balance-other-successful=%s has %s.
|
||||
must-be-player-to-issue-command=You must be a player to issue this command.
|
||||
pay-successful=Transaction of %s to %s was successfully realized.
|
||||
pay-received=You received %s from %s.
|
||||
pay-could-not-realize-transaction=Could not realize transaction: %s
|
||||
pay-could-not-find-target=Could not find target player.
|
||||
pay-not-enough-money=You don't have enough money.
|
||||
pay-invalid-amount=The amount you tried to pay is not valid.
|
||||
Loading…
Add table
Add a link
Reference in a new issue