From: Guillaume Pellerin Date: Thu, 29 Jan 2015 23:27:52 +0000 (+0100) Subject: fix arabic and chinese codes X-Git-Tag: 1.5.1~1^2~19 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d37f1804803e0e280839485ab75ac4d62505023c;p=telemeta.git fix arabic and chinese codes --- diff --git a/example/sandbox/settings.py b/example/sandbox/settings.py index 95050298..e9423829 100644 --- a/example/sandbox/settings.py +++ b/example/sandbox/settings.py @@ -46,8 +46,8 @@ TIME_ZONE = 'Europe/Paris' LANGUAGES = [ ('fr', 'French'), ('en', 'English'), ('de', 'German'), - ('zh', 'Chinese'), - ('ar', 'Arab'), + ('zh_CN', 'Simplified Chinese'), + ('ar_TN', 'Arabic'), ] SITE_ID = 1