diff --git a/nsupdate/settings/dev.py b/nsupdate/settings/dev.py index 1b3743a..3f2de39 100644 --- a/nsupdate/settings/dev.py +++ b/nsupdate/settings/dev.py @@ -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)')), )