Skip to content

Commit

Permalink
Merge pull request #2250 from ToshihiroMakuuchi/ToshihiroMakuuchi/ja-…
Browse files Browse the repository at this point in the history
…fix01

Localization: Add Japanese Translation
  • Loading branch information
mmosca authored Dec 16, 2024
2 parents ea7d0d7 + 5f25766 commit 56d80dc
Show file tree
Hide file tree
Showing 4 changed files with 6,139 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/localization.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};

Expand Down
4 changes: 4 additions & 0 deletions locale/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"message": "українська",
"_comment": "Don't translate!"
},
"language_ja": {
"message": "日本語",
"_comment": "Don't translate!"
},
"language_zh_CN": {
"message": "简体中文",
"_comment": "Don't translate!"
Expand Down
Loading

0 comments on commit 56d80dc

Please sign in to comment.