Merge pull request #1681 from germanviscuso/japanese_locales

Provides Japanese locales
This commit is contained in:
Sam 2013-11-19 14:58:06 -08:00
commit 325ad46c20
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'