diff --git a/lang/ml-SG.json b/lang/tb-SG.json similarity index 100% rename from lang/ml-SG.json rename to lang/tb-SG.json diff --git a/nuxt.config.ts b/nuxt.config.ts index 1894519..cdce2d0 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -24,7 +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" }, + { code: "tb-SG", name: "音调羊文", file: "tb-SG.json" }, ], lazy: true, langDir: "lang",