From 39241a4361e619058bbae077e78dd8fe5550dce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=88=E3=81=99=20ESU?= <85072753+ss2552@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:14:08 +0000 Subject: [PATCH] Update index.js --- docs/.vitepress/i18n/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.vitepress/i18n/index.js b/docs/.vitepress/i18n/index.js index 8998b112b2e07..e98e66b831494 100644 --- a/docs/.vitepress/i18n/index.js +++ b/docs/.vitepress/i18n/index.js @@ -1,4 +1,5 @@ import en_US from './en_US' +import ja_JP from './ja_JP' import el_GR from './el_GR' import hu_HU from './hu_HU' import it_IT from './it_IT' @@ -7,6 +8,7 @@ import pt_BR from './pt_BR' export { en_US, + ja_JP, el_GR, hu_HU, it_IT,