Translations

banco is automatically translated depending on the player's language settings. Here's a list of currently supported languages:

Please, consider contributing to our translation project by opening a pull request in our GitHub repo.

Overriding language keys

Since v0.5, language keys can be overriden by editing /plugins/banco/lang/overrides.properties.

Here's an example:

#
# You can use this file to override language keys
#
# Keys: https://github.com/myth-MC/banco/blob/main/common/src/main/resources/i10n_en_US.properties
#
# Please, consider contributing your translations by opening a pull request in our GitHub repo.
#
# Usage example:
# banco.errors.not-enough-arguments=No hi ha suficients arguments.
#

banco.errors.not-enough-arguments=No hi ha suficientes arguments.
banco.errors.invalid-command=Comanda invàlida.
banco.errors.player-not-found=No s'ha pogut trobar a {0}.
banco.errors.invalid-value={0} no és un valor correcte.
banco.errors.not-enough-funds=No tens suficients diners a l'inventari.

Last updated