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"
|
||||
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:
|
||||
|
|
|
|||
|
|
@ -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" }' } } }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue