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"
|
||||
eu: "Euskara"
|
||||
fi: "Suomi"
|
||||
fil: "Filipino"
|
||||
fr: "Français"
|
||||
ga: "Gaeilge"
|
||||
gl: "Galego"
|
||||
|
|
@ -33,6 +34,7 @@ available:
|
|||
lt: "Lietuviškai"
|
||||
mk: "македонски"
|
||||
ml: "മലയാളം"
|
||||
ms: "بهاس ملايو"
|
||||
nb: "Norske"
|
||||
nl: "Nederlands"
|
||||
nn: "Nynorsk"
|
||||
|
|
@ -45,6 +47,7 @@ available:
|
|||
sl: "Slovenščina"
|
||||
sq: "gjuha shqipe"
|
||||
sv: "Svenska"
|
||||
te: "తెలుగు"
|
||||
tr: "Türk"
|
||||
uk: "украї́нська мо́ва"
|
||||
ur-PK: "اُردو (پاکستان)"
|
||||
|
|
@ -90,3 +93,4 @@ rtl:
|
|||
- :he
|
||||
- :ur
|
||||
- :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