From 0030788a2c51fd89516a1a9c166819eb09b126e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Tue, 22 May 2012 17:53:14 +0200 Subject: make pt-PT available [ci skip] --- config/locales/cldr/plurals.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/locales/cldr') 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 -- cgit v1.2.3