Added support for localization and localization for Portuguese.

Added support for item name localization.
This commit is contained in:
天クマ 2026-01-03 23:16:57 -03:00
commit dfbf218aba
10 changed files with 176 additions and 25 deletions

View 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.