From 47ec74f0aa6adb3952e6460909029a4acb0c3039 Mon Sep 17 00:00:00 2001 From: askdkc Date: Wed, 10 Jul 2024 11:20:29 +0900 Subject: [PATCH] Add Japanese Translation --- src/gui/src/i18n/translations/translations.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/src/i18n/translations/translations.js b/src/gui/src/i18n/translations/translations.js index 1abbd95a9..36d55e264 100644 --- a/src/gui/src/i18n/translations/translations.js +++ b/src/gui/src/i18n/translations/translations.js @@ -31,6 +31,7 @@ import hi from './hi.js'; import hy from './hy.js'; import it from './it.js'; import ig from './ig.js'; +import ja from './ja.js'; import ko from './ko.js'; import nb from './nb.js'; import nl from './nl.js'; @@ -65,6 +66,7 @@ export default { hy, it, ig, + ja, ko, nb, nl,