Added simplified Chinese locale for sites
Tower He
committed Jan 09, 2012
commit 2f1949d2a229d8b2b9eda98323950bf15a7744de
Showing 1
changed file with
1 additions
and 1 deletions
comfortable_mexican_sofa/configuration.rb b/lib/comfortable_mexican_sofa/configuration.rb
+1
-1
| @@ | @@ -62,7 +62,7 @@ class ComfortableMexicanSofa::Configuration |
| @enable_fixtures = false | |
| @fixtures_path = File.expand_path('db/cms_fixtures', Rails.root) | |
| @revisions_limit = 25 | |
| - | @locales = { :en => 'English', :es => 'Español', 'pt-BR' => 'Brazilian Portuguese' } |
| + | @locales = { :en => 'English', :es => 'Español', 'pt-BR' => 'Brazilian Portuguese', 'zh-CN' => '简体中文' } |
| @admin_locale = nil | |
| @database_config = nil | |
| end | |