prepare adding of zh-cn i18n

This commit is contained in:
Thomas Waldmann 2014-11-01 19:33:39 +01:00
parent ea9b390210
commit 0c7c259901

View File

@ -35,4 +35,5 @@ INSTALLED_APPS += (
LANGUAGES += (
# note: for the development install we also offer unfinished translations:
('pl', gettext_noop('Polish')),
#('zh-cn', gettext_noop('Chinese (China)')),
)