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:
Diffstat (limited to 'config/locales/cldr/fil_plurals.rb')
-rw-r--r--config/locales/cldr/fil_plurals.rb1
1 files changed, 1 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