Add Japanese translation (#1552)
* add device.ja.yml
* update device.ja.yml
* add file simple_form.ja.yml
* 👍Added doorkeeper.ja.yml
* add ja.yml
* Update doorkeeper.ja.yml
fixed url to uri
* update ja.yml
* fix some translations
* fix japanese grammar of a translate
* fix some translates
* fix ja.yml
* add ja.jsx
* add Japanese user mail views
* Added japanese translate locales
* Added :ja to available_locales
こっちも
* Added "日本語" to HUMAN_LOCALES
* Imported/Added ja to addLocaleData
* update ja.jsx
This commit is contained in:
parent
4964433190
commit
6f5268b02d
15 changed files with 504 additions and 3 deletions
|
@ -8,6 +8,7 @@ import uk from './uk';
|
|||
import fi from './fi';
|
||||
import eo from './eo';
|
||||
import ru from './ru';
|
||||
import ja from './ja';
|
||||
|
||||
|
||||
const locales = {
|
||||
|
@ -20,7 +21,8 @@ const locales = {
|
|||
uk,
|
||||
fi,
|
||||
eo,
|
||||
ru
|
||||
ru,
|
||||
ja
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue