> For the complete documentation index, see [llms.txt](https://docs.mythmc.ovh/banco/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mythmc.ovh/banco/administration/translations.md).

# Translations

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

* English by [U8092](https://github.com/U8092)
* Spanish by [U8092](https://github.com/U8092)
* Simplified Chinese by [SnowCutieOwO](https://github.com/SnowCutieOwO)
* Catalan by [U8092](https://github.com/U8092)

Please, consider contributing to our translation project by opening a pull request in [our GitHub repo](https://github.com/myth-MC/banco).

## Overriding language keys

Since v0.5, language keys can be overriden by editing **/plugins/banco/lang/overrides.properties**.&#x20;

Here's an example:

```properties
#
# 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.

```
