# Добавление нового языка

План действий:

1. Добавить шрифт нового языка  в папку  resource\interface\font\\\
   Например, для персидского harmattan
2. Добавить конфигурационный файл языка  resource\set\language\languagename.set\
   Например, persian.set
3. Добавить collection символов resource\set\language\collection\2.set\
   Для нашего примера на этом шаге в игре появится персидский язык (Farsi, fa)
4. Добавить локализационный текст в папку resource.fa
5. Добавить локализационные файлы в каждый пакет отдельно, сохраняя структуру папок и файлов по аналогии с Пакетом packages\main\\.en

\ <br>


---

# 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://bestway-1.gitbook.io/documentation/gem-rts-v1-ru/lokalizaciya/dobavlenie-novogo-yazyka.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.
