InternationalizationΒΆ
You can contribute to the translation of welcome messages by running
django-admin makemessages -l lang_code
inside of the django_cas_ng directory.
Where lang_code
is the language code for which you want to submit a
translation.
Then open the file django_cas_ng/locale/lang_code/LC_MESSAGES/django.po
with a gettext translations editor (for example https://poedit.net/). Translate and save the file.
Note
Only add django_cas_ng/locale/lang_code/LC_MESSAGES/django.po
to repo.
Please do not add django_cas_ng/locale/lang_code/LC_MESSAGES/django.mo
to repo since .mo
file can be generated by .po file.