From eaf66475536ec803526a3f6369a9390385ee3615 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 4 Mar 2012 17:44:50 +0000 Subject: [PATCH] Correct name of simplified Chinese locale --- lib/potlatch2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/potlatch2.rb b/lib/potlatch2.rb index 08b375aa6..45c0ccde9 100644 --- a/lib/potlatch2.rb +++ b/lib/potlatch2.rb @@ -22,6 +22,6 @@ module Potlatch2 "sq" => "sq", "tr" => "tr", "vi" => "vi_VN", - "zh" => "zh_VN" + "zh" => "zh_CN" } end -- 2.43.2