* Delete Stacked Notes * unstack selection * Attempts to translate to italian and polish i do not know these languages so if they're wrong im sorry
Translations
Adding a new language
-
Create a new folder in this folder with the language's code. Using the ISO 3166-1 codes for the language. (ex:
enfor English,esfor Spanish, etc) (For full list of codes, see here) -
Create a
config.inifile in the folder with the following contents:
name="Your Language Name in translated language"
credits="Your Name (your github username)"
version="version based on the English config.ini version"
-
Copy the xml files from the
en(English) folder and paste them in the new folder. -
Translate the texts in the copied xml files. The {0} and {1}, and so on are placeholders are used for variables, and should be left as is.
-
If you wanna help us with the language(s) you added in the engine: Make a pull request with your changes. Make sure the pull request is labeled as
[LANG] Add <language name>or[LANG] Update <language name>or[LANG] Fix typo in <language name>, generally anything is allowed but it has to contain the language name.