# Translations

Currently supported languages:

* English - by [Jones](https://github.com/jonesdevelopment) - `en`
* Dutch - by [Jones](https://github.com/jonesdevelopment) - `nl`
* German - by [micartey](https://github.com/micartey) - `de`
* Czech - by [slosa](https://github.com/slosacoder) - `cs`
* French - by ekiff - `fr`
* Turkish - by [Jenkins](https://github.com/ayazjenkins) - `tr`
* Polish - by Najek, foren - `pl`
* Russian - by MISHA, Null - `ru`
* Spanish - by Juansitoh - `es`&#x20;
* Italian - by [Augu0107](https://github.com/Augu0107) - `it`
* Indonesian - by [LourenT](https://github.com/LOURENT4462) - `id`
* Georgian - by [GreenedDev](https://github.com/GreenedDev), [Chumb3x](https://github.com/chumb3x) - `ka`
* Simplified Chinese - by [FallenCrystal](https://github.com/fallencrystal) - `zh`
* Brazilian Potuguese - by [RenanGabrieel](https://github.com/RenanGabrieel) - `pt-br`

In order to use a language, you need to modify the `language.properties` file in Sonar or change your system language. If you let Sonar regenerate the files (e.g., by deleting them and restarting the server), the new language will be automatically used for the translations.

### Manual migration

If you want to manually migrate your language files, you can find all the translated files on GitHub. Simply choose the type of translation (configuration, messages, or webhook configuration) and select the language you want to use in Sonar. Then, you can copy or replace your current file(s) with the file you want to use.

If you are interested in contributing new translations, please do so via a GitHub Pull Request. If you have any further questions, please feel free to join the [Discord](https://sonar.top/discord) for support.


---

# Agent Instructions: 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.jonesdev.xyz/sonar/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.
