Add the zh-cn locale to the process languages script

This commit is contained in:
Roberto Rosario
2014-10-01 05:32:28 -04:00
parent 437c74a024
commit 1d5851ac32

View File

@@ -11,7 +11,7 @@ APP_LIST = ('acls', 'checkouts', 'common', 'converter', 'django_gpg', 'documents
'ocr', 'permissions', 'project_setup', 'project_tools', 'scheduler', 'smart_settings',
'sources', 'tags', 'user_management', 'web_theme', 'bootstrap',
'registration', 'statistics')
LANGUAGE_LIST = ('ar', 'bg', 'bs_BA', 'da', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu', 'hr_HR', 'id', 'it', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', 'ru', 'sl_SI', 'tr_TR', 'vi_VN')
LANGUAGE_LIST = ('ar', 'bg', 'bs_BA', 'da', 'de_DE', 'en', 'es', 'fa', 'fr', 'hu', 'hr_HR', 'id', 'it', 'nl_NL', 'pl', 'pt', 'pt_BR', 'ro_RO', 'ru', 'sl_SI', 'tr_TR', 'vi_VN', 'zh-cn')
makemessages = sh.Command('django-admin.py')
makemessages = makemessages.bake('makemessages')