Enable translation support for Chinese, German, and Ukrainian

This commit is contained in:
Jeremy Stretch
2024-05-15 16:34:11 -04:00
parent b666b10f14
commit dba36fafa7
7 changed files with 10 additions and 1 deletions

View File

@@ -712,6 +712,7 @@ RQ_QUEUES.update({
# Supported translation languages
LANGUAGES = (
('de', _('German')),
('en', _('English')),
('es', _('Spanish')),
('fr', _('French')),
@@ -719,6 +720,8 @@ LANGUAGES = (
('pt', _('Portuguese')),
('ru', _('Russian')),
('tr', _('Turkish')),
('uk', _('Ukrainian')),
('zh', _('Chinese')),
)
LOCALE_PATHS = (
BASE_DIR + '/translations',

Binary file not shown.

Binary file not shown.

Binary file not shown.