diff --git a/nsupdate/settings/dev.py b/nsupdate/settings/dev.py index 3f2de39..8577ef4 100644 --- a/nsupdate/settings/dev.py +++ b/nsupdate/settings/dev.py @@ -35,5 +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)')), + # ('zh-cn', gettext_noop('Chinese (China)')), )