Provides Japanese locales

This commit is contained in:
German Viscuso 2013-11-19 22:20:19 +01:00
parent 981d8f6aea
commit 3f049f4853
4 changed files with 2513 additions and 0 deletions

View file

@ -0,0 +1,3 @@
//= depend_on 'client.ja.yml'
//= require locales/i18n
<%= JsLocaleHelper.output_locale(:ja) %>

1364
config/locales/client.ja.yml Normal file

File diff suppressed because it is too large Load diff

1145
config/locales/server.ja.yml Normal file

File diff suppressed because it is too large Load diff

View file

@ -26,6 +26,7 @@ class Search
when :es then 'spanish'
when :fr then 'french'
when :it then 'italian'
when :ja then 'japanese'
when :nl then 'dutch'
when :pt then 'portuguese'
when :sv then 'swedish'