]> git.parisson.com Git - telemeta.git/commitdiff
fix arabic and chinese codes
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 23:27:52 +0000 (00:27 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 29 Jan 2015 23:27:52 +0000 (00:27 +0100)
example/sandbox/settings.py

index 95050298d1e0caf399bdf9500f68ceccde132745..e94238293de671010b158891429e07915f90633a 100644 (file)
@@ -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