Contributing to translations

circle-exclamation
Build guidechevron-right
triangle-exclamation

Duplicate the en.json and adjust its file name according to the wanted language code, e.g. da.json (Danish)

circle-info

You can find the language codes on this page or by using google e.g. "danish language code"

http://www.lingoes.net/en/translator/langcode.htmarrow-up-right

Then translate all strings in the file.

triangle-exclamation

Further you need to update the following file with the language you've just added

Below you can see the whole array of languages (it might be outdated).

To add your newly added language to the ingame selection, you need to duplicate one of the lines and adjust both the id and the label. Below is an example how the line could look like and how it would look like in the whole array.

Then create a pull request like https://github.com/tiltedphoques/TiltedEvolution/pull/671arrow-up-right with your new localisation file.

Last updated

Was this helpful?