1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 03:19:54 +03:00

Merge pull request #2250 from ToshihiroMakuuchi/ToshihiroMakuuchi/ja-fix01

Localization: Add Japanese Translation
This commit is contained in:
Marcelo Bezerra 2024-12-16 23:43:58 +01:00 committed by GitHub
commit 56d80dce80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6139 additions and 1 deletions

View file

@ -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 = {};

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -14,6 +14,10 @@
"message": "українська",
"_comment": "Don't translate!"
},
"language_ja": {
"message": "日本語",
"_comment": "Don't translate!"
},
"language_zh_CN": {
"message": "简体中文",
"_comment": "Don't translate!"