Merge branch 'i18n-chinese' into 'master'

Update German and Spanish Locales, Add Chinese Simplified with Transifex

See merge request allianceauth/allianceauth!1174
This commit is contained in:
Ariel Rin 2020-03-09 15:51:12 +00:00
commit b00ac2aef4
10 changed files with 5437 additions and 2359 deletions

3
.gitignore vendored
View File

@ -69,3 +69,6 @@ celerybeat-schedule
#gitlab configs #gitlab configs
.gitlab/ .gitlab/
#transifex
.tx/

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -83,6 +83,7 @@ LANGUAGES = (
('en', ugettext('English')), ('en', ugettext('English')),
('de', ugettext('German')), ('de', ugettext('German')),
('es', ugettext('Spanish')), ('es', ugettext('Spanish')),
('zh-hans', ugettext('Chinese Simplified')),
) )
TEMPLATES = [ TEMPLATES = [