]> git.openstreetmap.org Git - rails.git/commitdiff
Correct name of simplified Chinese locale
authorTom Hughes <tom@compton.nu>
Sun, 4 Mar 2012 17:44:50 +0000 (17:44 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 4 Mar 2012 17:44:50 +0000 (17:44 +0000)
lib/potlatch2.rb

index 08b375aa62e3186727979b8d4036b0d836f1baec..45c0ccde9a3b2a95bae481d1f1dcf8aba982bf69 100644 (file)
@@ -22,6 +22,6 @@ module Potlatch2
     "sq" => "sq",
     "tr" => "tr",
     "vi" => "vi_VN",
-    "zh" => "zh_VN"
+    "zh" => "zh_CN"
   }
 end