chore: fix linting issue

This commit is contained in:
Theodor Peifer
2026-04-18 11:32:42 +02:00
parent 2f24038cb5
commit 9e4ec790f3
-1
View File
@@ -11,7 +11,6 @@ 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 = [];