From bbfb47b6a329a2e735f51342aad5dca07de2300a Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sun, 18 Dec 2011 15:37:27 +0100 Subject: added fil, ms, te --- config/locales/cldr/fil_plurals.rb | 1 + config/locales/cldr/ms_plurals.rb | 1 + config/locales/cldr/te_plurals.rb | 1 + 3 files changed, 3 insertions(+) create mode 100644 config/locales/cldr/fil_plurals.rb create mode 100644 config/locales/cldr/ms_plurals.rb create mode 100644 config/locales/cldr/te_plurals.rb (limited to 'config/locales/cldr') diff --git a/config/locales/cldr/fil_plurals.rb b/config/locales/cldr/fil_plurals.rb new file mode 100644 index 000000000..48c351baf --- /dev/null +++ b/config/locales/cldr/fil_plurals.rb @@ -0,0 +1 @@ +{ :fil => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| [0, 1].include?(n) ? :one : :other } } } } } \ No newline at end of file diff --git a/config/locales/cldr/ms_plurals.rb b/config/locales/cldr/ms_plurals.rb new file mode 100644 index 000000000..11a45d103 --- /dev/null +++ b/config/locales/cldr/ms_plurals.rb @@ -0,0 +1 @@ +{ :ms => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other } } } } } \ No newline at end of file diff --git a/config/locales/cldr/te_plurals.rb b/config/locales/cldr/te_plurals.rb new file mode 100644 index 000000000..ea64fb0c0 --- /dev/null +++ b/config/locales/cldr/te_plurals.rb @@ -0,0 +1 @@ +{ :te => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } } } \ No newline at end of file -- cgit v1.2.3