From ced16fcdd80632c8a5dad91998b6a0bd5184ab60 Mon Sep 17 00:00:00 2001 From: 233dada <233dada@gmail.com> Date: Sat, 12 Oct 2024 16:19:07 +0800 Subject: [PATCH] Update config.js --- i18n/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/config.js b/i18n/config.js index 066aed62..9b8bf157 100644 --- a/i18n/config.js +++ b/i18n/config.js @@ -9,7 +9,7 @@ import { gameCharsLocKeys } from '../src/regulation/locKeys.mjs'; const ROOT_DIR = dirname(fileURLToPath(import.meta.url)); export default Object.freeze({ - defaultLang: 'zh-si', + defaultLang: 'en', savePath: join(ROOT_DIR, './dist'), additionalContent: join(ROOT_DIR, './locales'), externalLocales: join(ROOT_DIR, './externalLocales'),