1.5 KiB
1.5 KiB
name, about, title, labels
| name | about | title | labels |
|---|---|---|---|
| New Language | Do you want to add a new language to Open Ticket? | Language Name | New Translation |
Language Name
The name of the new language.
Language Description/Details:
A clear and concise description of the translation/language.
Checklist
Before the language is fully implemented, the following checklist must be met:
- 📌 Created a language file in the
./languages/directory. - 📌 The translation file uses the
<lowercase-language-name>.jsonformat. - 📌 The
"_TRANSLATION"metadata in the language file is correctly configured.- The
"otversion"is correct. - The
"translators"list is up to date has the discord/github usernames from all translators. - The
"lastedited"variable is the last edited date in the following format:DD/MM/YYYY. - The
"language"variable is the name of the language in English. "automated"is enabled whenGoogle Translate,DeepL,ChatGPTor any other kind of translation tools were used.
- The
- 📌 The language has been added to the
README.mdlist. - 📌 The language counters have been updated in the
README.md. - 📌 The language has been added to the list in the
ODLanguageManagerIds_Defaultinterface in (./src/core/api/defaults/language.ts). - 📌 The language has been added to the list in
./src/data/languageLoader.ts.
Additional Notes:
Add any other context about the problem here.