2020-06-10 10:30:31 +00:00
# Translations
2020-06-10 10:35:37 +00:00
The base translation is `base-en.yaml` . It will always contain the latest phrases and structure.
2020-06-10 12:04:08 +00:00
## Languages
2020-06-10 15:32:06 +00:00
- [English (Base Language, Source of Truth) ](base-en.yaml )
2020-06-10 12:04:08 +00:00
- [German ](base-de.yaml )
- [French ](base-fr.yaml )
- [Korean ](base-kor.yaml )
- [Dutch ](base-nl.yaml )
- [Polish ](base-pl.yaml )
- [Portuguese (Brazil) ](base-pt-BR.yaml )
2020-06-10 15:28:00 +00:00
- [Portuguese (Portugal) ](base-pt-PT.yaml )
2020-06-10 12:04:08 +00:00
- [Russian ](base-ru.yaml )
2020-06-10 12:13:22 +00:00
- [Greek ](base-el.yaml )
2020-06-10 15:25:50 +00:00
- [Italian ](base-it.yaml )
2020-06-10 15:28:45 +00:00
- [Romanian ](base-ro.yaml )
2020-06-10 15:29:36 +00:00
- [Swedish ](base-sv.yaml )
2020-06-10 15:30:44 +00:00
- [Chinese (Simplified) ](base-zh-CN.yaml )
- [Chinese (Traditional) ](base-zh-TW.yaml )
2020-06-15 20:16:29 +00:00
- [Spanish (Latin America) ](base-es.yaml )
2020-06-11 07:33:23 +00:00
- [Hungarian ](base-hu.yaml )
2020-06-11 10:03:10 +00:00
- [Turkish ](base-tr.yaml )
2020-06-11 12:15:12 +00:00
- [Japanese ](base-ja.yaml )
2020-06-12 08:03:06 +00:00
- [Lithuanian ](base-lt.yaml )
- [Arabic ](base-ar.yaml )
2020-06-13 13:04:42 +00:00
- [Norwegian ](base-no.yaml )
2020-06-10 12:04:08 +00:00
(If you want to translate into a new language, see below!)
2020-06-10 10:35:37 +00:00
## Editing existing translations
If you want to edit an existing translation (Fixing typos, Updating it to a newer version, etc), you can just use the github file editor to edit the file.
2020-06-10 12:04:08 +00:00
- Find the file you want to edit (For example, `base-de.yaml` if you want to change the german translation)
- Click on the file name on, there will be a small "edit" symbol on the top right
- Do the changes you wish to do (Be sure **not** to translate placeholders!)
- Click "Propose Changes"
- I will review your changes and make comments, and eventually merge them so they will be in the next release!
2020-06-10 10:35:37 +00:00
## Adding a new language
Please DM me on discord (tobspr#5407), so I can add the language template for you. It is not as simple as creating a new file.
PS: I'm super busy, but I'll give my best to do it quickly!
## Updating a language to the latest version
2020-06-12 09:52:21 +00:00
Run `yarn syncTranslations` in the root directory to synchronize all translations to the latest version! This will remove obsolete keys and add newly added keys. (Run `yarn` before to install packes).