1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00

Added chinese lang to translations on sample file

This commit is contained in:
Adolfo Gómez García 2019-01-09 20:10:16 +01:00
parent 6f81892324
commit 7b51bb7985

View File

@ -62,6 +62,7 @@ LANGUAGES = (
('it', ugettext('Italian')),
('eu', ugettext('Basque')),
('ca', ugettext('Catalan')),
('zh-hans', ugettext('Chinese')),
)
LANGUAGE_COOKIE_NAME = 'uds_lang'