🌐 New language

This commit is contained in:
2024-08-13 23:01:40 +08:00
parent 950ee1f489
commit ce291d9a1a
3 changed files with 76 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ export default defineNuxtConfig({
locales: [
{ code: "en", name: "English", file: "en-US.json" },
{ code: "zh-CN", name: "简体中文", file: "zh-CN.json" },
{ code: "ml-SG", name: "羊语", file: "ml-SG.json" },
],
lazy: true,
langDir: "lang",