[snowy] Fix typo in Chinese (Simplified) locale



commit 1e690b6b6e4ad235c8006ca6bfdf25b1aae48753
Author: Brad Taylor <brad getcoded net>
Date:   Thu Jul 23 10:25:24 2009 -0400

    Fix typo in Chinese (Simplified) locale

 settings.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/settings.py b/settings.py
index 7350cac..ddfdfc1 100644
--- a/settings.py
+++ b/settings.py
@@ -44,7 +44,7 @@ USE_I18N = True
 
 LANGUAGES = (
     ('ru', 'Russian'),
-    ('zh_CH', 'Chinese (Simplified)'),
+    ('zh_CN', 'Chinese (Simplified)'),
     ('en', 'English'),
 )
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]