mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
Merge pull request #2250 from ToshihiroMakuuchi/ToshihiroMakuuchi/ja-fix01
Localization: Add Japanese Translation
This commit is contained in:
commit
56d80dce80
4 changed files with 6139 additions and 1 deletions
|
@ -10,7 +10,8 @@ const i18nextXHRBackend = require('i18next-xhr-backend');
|
|||
const Store = require('electron-store');
|
||||
const store = new Store();
|
||||
|
||||
const availableLanguages = ['en', 'uk','zh_CN'];
|
||||
|
||||
const availableLanguages = ['en', 'ja', 'uk','zh_CN'];
|
||||
|
||||
const i18n = {};
|
||||
|
||||
|
|
|
@ -14,6 +14,10 @@
|
|||
"message": "українська",
|
||||
"_comment": "Don't translate!"
|
||||
},
|
||||
"language_ja": {
|
||||
"message": "日本語",
|
||||
"_comment": "Don't translate!"
|
||||
},
|
||||
"language_zh_CN": {
|
||||
"message": "简体中文",
|
||||
"_comment": "Don't translate!"
|
||||
|
|
6129
locale/ja/messages.json
Normal file
6129
locale/ja/messages.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -14,6 +14,10 @@
|
|||
"message": "українська",
|
||||
"_comment": "Don't translate!"
|
||||
},
|
||||
"language_ja": {
|
||||
"message": "日本語",
|
||||
"_comment": "Don't translate!"
|
||||
},
|
||||
"language_zh_CN": {
|
||||
"message": "简体中文",
|
||||
"_comment": "Don't translate!"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue