From 661d5d3bbceca8e4742ff46b55c492179b5de53f Mon Sep 17 00:00:00 2001 From: Jonne Hass Date: Sun, 18 Sep 2011 00:56:04 +0200 Subject: pull in ur-PK --- config/locales/cldr/ur_plurals.rb | 1 + 1 file changed, 1 insertion(+) create mode 100644 config/locales/cldr/ur_plurals.rb (limited to 'config/locales/cldr') diff --git a/config/locales/cldr/ur_plurals.rb b/config/locales/cldr/ur_plurals.rb new file mode 100644 index 000000000..02ff7edf0 --- /dev/null +++ b/config/locales/cldr/ur_plurals.rb @@ -0,0 +1 @@ +{ :ur => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } } } \ No newline at end of file -- cgit v1.2.3