diff --git a/config/locale_settings.yml b/config/locale_settings.yml index af441b4db..a51464682 100644 --- a/config/locale_settings.yml +++ b/config/locale_settings.yml @@ -46,7 +46,8 @@ available: nn: "Nynorsk" pa: "ਪੰਜਾਬੀ" pl: "polski" - pt-BR: "Português" + pt-PT: "Português (Portugal)" + pt-BR: "Português (Brasil)" ro: "Română" ru: "Русский" sk: "Slovenčina" @@ -100,6 +101,10 @@ fallbacks: - "de" art_nvi: - "art-nvi" + pt-BR: + - "pt" + pt-PT: + - "pt" rtl: diff --git a/config/locales/cldr/plurals.rb b/config/locales/cldr/plurals.rb index e282a0367..38384586a 100644 --- a/config/locales/cldr/plurals.rb +++ b/config/locales/cldr/plurals.rb @@ -47,4 +47,4 @@ :ur => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other }, :js_rule => 'function (n) { return n == 1 ? "one" : "other" }' } } }, :vi => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other }, :js_rule => 'function (n) { return "other" }' } } }, :zh => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other }, :js_rule => 'function (n) { return "other" }' } } } -} +} \ No newline at end of file