From c5b80b43fb7346c25c56ebce014e4d13f846657a Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 13 Aug 2024 23:49:54 +0800 Subject: [PATCH] :truck: Update locale files --- lang/{ml-SG.json => tb-SG.json} | 0 nuxt.config.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename lang/{ml-SG.json => tb-SG.json} (100%) 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",