mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
Provides Japanese locales
This commit is contained in:
parent
981d8f6aea
commit
3f049f4853
4 changed files with 2513 additions and 0 deletions
3
app/assets/javascripts/locales/ja.js.erb
Normal file
3
app/assets/javascripts/locales/ja.js.erb
Normal 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
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
1145
config/locales/server.ja.yml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue