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:
-rw-r--r--config/locale_settings.yml1
-rw-r--r--config/locales/cldr/ka_plurals.rb1
2 files changed, 2 insertions, 0 deletions
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