扩充多语言范围,新增7种多语言

This commit is contained in:
xintaofei
2026-03-09 15:31:34 +08:00
parent 32fbafa1fe
commit 08b33b5755
18 changed files with 9457 additions and 75 deletions

View File

@@ -9,7 +9,18 @@ const withNextIntl = createNextIntlPlugin({
messages: {
path: "./src/i18n/messages",
format: "json",
locales: ["en", "zh-CN", "zh-TW"],
locales: [
"en",
"zh-CN",
"zh-TW",
"ja",
"ko",
"es",
"de",
"fr",
"pt",
"ar",
],
precompile: true,
},
},