make pt-PT available [ci skip]
This commit is contained in:
parent
5c534521cc
commit
0030788a2c
2 changed files with 7 additions and 2 deletions
|
|
@ -46,7 +46,8 @@ available:
|
||||||
nn: "Nynorsk"
|
nn: "Nynorsk"
|
||||||
pa: "ਪੰਜਾਬੀ"
|
pa: "ਪੰਜਾਬੀ"
|
||||||
pl: "polski"
|
pl: "polski"
|
||||||
pt-BR: "Português"
|
pt-PT: "Português (Portugal)"
|
||||||
|
pt-BR: "Português (Brasil)"
|
||||||
ro: "Română"
|
ro: "Română"
|
||||||
ru: "Русский"
|
ru: "Русский"
|
||||||
sk: "Slovenčina"
|
sk: "Slovenčina"
|
||||||
|
|
@ -100,6 +101,10 @@ fallbacks:
|
||||||
- "de"
|
- "de"
|
||||||
art_nvi:
|
art_nvi:
|
||||||
- "art-nvi"
|
- "art-nvi"
|
||||||
|
pt-BR:
|
||||||
|
- "pt"
|
||||||
|
pt-PT:
|
||||||
|
- "pt"
|
||||||
|
|
||||||
|
|
||||||
rtl:
|
rtl:
|
||||||
|
|
|
||||||
|
|
@ -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" }' } } },
|
: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" }' } } },
|
: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" }' } } }
|
:zh => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other }, :js_rule => 'function (n) { return "other" }' } } }
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue