Merge branch 'main' into detect-system-lang

This commit is contained in:
Sid
2026-04-15 23:02:34 -07:00
committed by GitHub
41 changed files with 2292 additions and 63 deletions
+1
View File
@@ -11,6 +11,7 @@ import path from "node:path";
const LOCALES_DIR = path.resolve("src/i18n/locales");
const BASE_LOCALE = "en";
const COMPARE_LOCALES = ["zh-CN", "zh-TW", "es", "tr", "ko-KR"];
function getKeys(obj, prefix = "") {
const keys = [];