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 Haß <me@mrzyx.de>2012-05-22 19:53:14 +0400
committerJonne Haß <me@mrzyx.de>2012-05-22 19:57:25 +0400
commit0030788a2c51fd89516a1a9c166819eb09b126e2 (patch)
tree5a53296d7f7f701907d859db6dea3e39b32c2150 /config/locales/cldr
parent5c534521cc2236af9957553240c740d1947b43eb (diff)
make pt-PT available [ci skip]
Diffstat (limited to 'config/locales/cldr')
-rw-r--r--config/locales/cldr/plurals.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/cldr/plurals.rb b/config/locales/cldr/plurals.rb
index e282a0367..38384586a 100644
--- a/config/locales/cldr/plurals.rb
+++ b/config/locales/cldr/plurals.rb
@@ -47,4 +47,4 @@
:ur => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other }, :js_rule => 'function (n) { return n == 1 ? "one" : "other" }' } } },
:vi => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other }, :js_rule => 'function (n) { return "other" }' } } },
:zh => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other }, :js_rule => 'function (n) { return "other" }' } } }
-}
+} \ No newline at end of file