Is it possible to update the language on transifex?

How do I create a translated version of my language?
Lilac version has been released but the translation has not been updated.

Hi @Cover_Kami,

Can you elaborate a bit more on what you want to do?
Open edX already has a lot of translations, and you can check if your’s is already translated here: edx-platform localization.

If it’s there, then all you need to do it make sure the translations are in the repo and change the following setting on /edx/etc/lms.yml:

# Change `en` to your language code.
LANGUAGE_CODE: en

If it’s the case that your language is not yet translated (but has support), you’ll need to translate it either through Transifex or locally, make sure all files are in place and translations are compiled, and change the language setting.