mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Merge pull request #1681 from germanviscuso/japanese_locales
Provides Japanese locales
This commit is contained in:
commit
325ad46c20
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 New Issue
Block a user