Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Hass <mrzyx@mrzyx.de>2011-12-18 18:37:27 +0400
committerJonne Hass <mrzyx@mrzyx.de>2011-12-18 18:37:27 +0400
commitbbfb47b6a329a2e735f51342aad5dca07de2300a (patch)
tree512944d37a760f9e7f3a1d811be21b96cbca047a /config/locales/cldr
parent54781aa71c41745e8226b2d755f9572b0535d7bb (diff)
added fil, ms, te
Diffstat (limited to 'config/locales/cldr')
-rw-r--r--config/locales/cldr/fil_plurals.rb1
-rw-r--r--config/locales/cldr/ms_plurals.rb1
-rw-r--r--config/locales/cldr/te_plurals.rb1
3 files changed, 3 insertions, 0 deletions
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