feat: add zh-TW locale

This commit is contained in:
Dopiz
2026-04-13 17:19:45 +08:00
parent a6ae0e6d98
commit 515baf1d84
10 changed files with 447 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import path from "node:path";
const LOCALES_DIR = path.resolve("src/i18n/locales");
const BASE_LOCALE = "en";
const COMPARE_LOCALES = ["zh-CN", "es", "tr", "ko-KR"];
const COMPARE_LOCALES = ["zh-CN", "zh-TW", "es", "tr", "ko-KR"];
function getKeys(obj, prefix = "") {
const keys = [];