Changed CSS and JS translations (pt-BR) and added pt-BR to the default locales in configuration.rb.
mateusg
committed Dec 27, 2011
commit 518a9ca335294eae298662ada78daeebe0347649
Showing 2
changed files with
3 additions
and 3 deletions
config/locales/pt-BR.yml
+2
-2
| @@ | @@ -22,8 +22,8 @@ pt-BR: |
| label: Nome do Leiaute | |
| app_layout: Leiaute da Aplicação | |
| parent_id: Leiaute Pai | |
| - | css: CSS |
| - | js: JavaScript |
| + | css: Stylesheet |
| + | js: Javascript |
| cms/page: | |
| label: Título | |
| layout_id: Leiaute | |
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' } |
| + | @locales = { :en => 'English', :es => 'Español', 'pt-BR' => 'Brazilian Portuguese' } |
| @admin_locale = nil | |
| @database_config = nil | |
| end | |