banco - Documentation
DiscordSource code
  • Welcome
  • 🐾Getting Started
    • Quickstart
    • FAQ
  • 🔧Administration
    • Commands
    • Custom Items
    • Translations
    • Integrations
  • ☕Development
    • Using the API
    • Listening to events
    • Depositing or withdrawing from an account
    • Registering a custom inventory or container
Powered by GitBook
On this page
  1. Administration

Translations

PreviousCustom ItemsNextIntegrations

Last updated 9 months ago

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

  • English by

  • Spanish by

  • Simplified Chinese by

  • Catalan by

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

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.
🔧
U8092
U8092
SnowCutieOwO
U8092
our GitHub repo