From a71c4b3f69a8d50dfb26e59d35ce81e71b033535 Mon Sep 17 00:00:00 2001 From: MrZYX Date: Wed, 4 May 2011 15:47:02 +0200 Subject: [PATCH] added japanese --- config/locale_settings.yml | 1 + config/locales/cldr/ja_plurals.rb | 1 + 2 files changed, 2 insertions(+) create mode 100644 config/locales/cldr/ja_plurals.rb diff --git a/config/locale_settings.yml b/config/locale_settings.yml index 51611c65d..636fe6e83 100644 --- a/config/locale_settings.yml +++ b/config/locale_settings.yml @@ -22,6 +22,7 @@ available: id: "Bahasa Indonesia" is: "íslenska" it: "Italiano" + ja: "日本語" ko: "한국어" lt: "Lietuviškai" mk: "македонски" diff --git a/config/locales/cldr/ja_plurals.rb b/config/locales/cldr/ja_plurals.rb new file mode 100644 index 000000000..31aef4122 --- /dev/null +++ b/config/locales/cldr/ja_plurals.rb @@ -0,0 +1 @@ +{ :ja => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other } } } } } \ No newline at end of file