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