-
-
Notifications
You must be signed in to change notification settings - Fork 244
Translation
If your language is still not included, download then english file as a starting point. Rename the file by changing the "en" part with your language's 2-letter code.
Now you can translate in your language each line after the "translate" line, but just the parts after the :
.
The file is a text file with JSON syntax, and each sentence syntax is ICU. When you see curly braces like {n}
,
that's a variable, like a number, always changing. Commands within curly braces MUST NOT be translated,
like plural
.
The way plural works in your language is probably different from english, so if you don't get the results you need, you may need to make some changes. Refer to this guide to know your options.
Always check your file is working good on your computer before submitting.
If you see bad characters, verify your file is saved as UTF8.
When you are sure it's good, you can publish it. The easiest way is to open an issue
and attach your file (you may need to zip it, first, or rename it to .txt
because github is not allowing .json
).
We will include it in our folder.