# Translations The base language is English and can be found [here](base-en.yaml). We are currently not accepting any further translation changes or new languages. ## Languages - [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) - [Portuguese (Portugal)](base-pt-PT.yaml) - [Russian](base-ru.yaml) - [Greek](base-el.yaml) - [Italian](base-it.yaml) - [Romanian](base-ro.yaml) - [Swedish](base-sv.yaml) - [Chinese (Simplified)](base-zh-CN.yaml) - [Chinese (Traditional)](base-zh-TW.yaml) - [Spanish](base-es.yaml) - [Hungarian](base-hu.yaml) - [Turkish](base-tr.yaml) - [Japanese](base-ja.yaml) - [Lithuanian](base-lt.yaml) - [Arabic](base-ar.yaml) - [Norwegian](base-no.yaml) - [Kroatian](base-hr.yaml) - [Danish](base-da.yaml) - [Finnish](base-fi.yaml) - [Catalan](base-cat.yaml) - [Slovenian](base-sl.yaml) - [Ukrainian](base-uk.yaml) - [Indonesian](base-ind.yaml) - [Serbian](base-sr.yaml) - [Czech](base-cz.yaml) ## Updating a language to the latest version 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 packages).