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

```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mythmc.ovh/banco/administration/translations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
