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-09-18 02:56:04 +0400
committerJonne Hass <mrzyx@mrzyx.de>2011-09-18 02:56:04 +0400
commit661d5d3bbceca8e4742ff46b55c492179b5de53f (patch)
treedc285479938d6010afa8f3727188817ee08ddc7f /config/locales/cldr
parent746cb746b37e3a8555f3b7c7c5d2d2e93f9f567d (diff)
pull in ur-PK
Diffstat (limited to 'config/locales/cldr')
-rw-r--r--config/locales/cldr/ur_plurals.rb1
1 files changed, 1 insertions, 0 deletions
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