added fil, ms, te
This commit is contained in:
parent
54781aa71c
commit
bbfb47b6a3
4 changed files with 7 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ available:
|
||||||
es-CL: "Castellano - Chile"
|
es-CL: "Castellano - Chile"
|
||||||
eu: "Euskara"
|
eu: "Euskara"
|
||||||
fi: "Suomi"
|
fi: "Suomi"
|
||||||
|
fil: "Filipino"
|
||||||
fr: "Français"
|
fr: "Français"
|
||||||
ga: "Gaeilge"
|
ga: "Gaeilge"
|
||||||
gl: "Galego"
|
gl: "Galego"
|
||||||
|
|
@ -33,6 +34,7 @@ available:
|
||||||
lt: "Lietuviškai"
|
lt: "Lietuviškai"
|
||||||
mk: "македонски"
|
mk: "македонски"
|
||||||
ml: "മലയാളം"
|
ml: "മലയാളം"
|
||||||
|
ms: "بهاس ملايو"
|
||||||
nb: "Norske"
|
nb: "Norske"
|
||||||
nl: "Nederlands"
|
nl: "Nederlands"
|
||||||
nn: "Nynorsk"
|
nn: "Nynorsk"
|
||||||
|
|
@ -45,6 +47,7 @@ available:
|
||||||
sl: "Slovenščina"
|
sl: "Slovenščina"
|
||||||
sq: "gjuha shqipe"
|
sq: "gjuha shqipe"
|
||||||
sv: "Svenska"
|
sv: "Svenska"
|
||||||
|
te: "తెలుగు"
|
||||||
tr: "Türk"
|
tr: "Türk"
|
||||||
uk: "украї́нська мо́ва"
|
uk: "украї́нська мо́ва"
|
||||||
ur-PK: "اُردو (پاکستان)"
|
ur-PK: "اُردو (پاکستان)"
|
||||||
|
|
@ -90,3 +93,4 @@ rtl:
|
||||||
- :he
|
- :he
|
||||||
- :ur
|
- :ur
|
||||||
- :ur-PK
|
- :ur-PK
|
||||||
|
- :ms
|
||||||
|
|
|
||||||
1
config/locales/cldr/fil_plurals.rb
Normal file
1
config/locales/cldr/fil_plurals.rb
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ :fil => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| [0, 1].include?(n) ? :one : :other } } } } }
|
||||||
1
config/locales/cldr/ms_plurals.rb
Normal file
1
config/locales/cldr/ms_plurals.rb
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ :ms => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other } } } } }
|
||||||
1
config/locales/cldr/te_plurals.rb
Normal file
1
config/locales/cldr/te_plurals.rb
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
{ :te => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } } }
|
||||||
Loading…
Reference in a new issue