From c76616342238b128ae83a7a8b3960a54f7e91a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 24 Dec 2011 14:12:36 +0100 Subject: [PATCH] pull in ka --- config/locale_settings.yml | 1 + config/locales/cldr/ka_plurals.rb | 1 + 2 files changed, 2 insertions(+) create mode 100644 config/locales/cldr/ka_plurals.rb diff --git a/config/locale_settings.yml b/config/locale_settings.yml index 888f4c3f2..b48aae40e 100644 --- a/config/locale_settings.yml +++ b/config/locale_settings.yml @@ -30,6 +30,7 @@ available: is: "íslenska" it: "Italiano" ja: "日本語" + ka: "ქართული" ko: "한국어" lt: "Lietuviškai" mk: "македонски" diff --git a/config/locales/cldr/ka_plurals.rb b/config/locales/cldr/ka_plurals.rb new file mode 100644 index 000000000..bebe23e2e --- /dev/null +++ b/config/locales/cldr/ka_plurals.rb @@ -0,0 +1 @@ +{ :ka => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other } } } } } \ No newline at end of file