UPDATE: New data
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 49s

This commit is contained in:
2026-05-01 11:06:07 +07:00
parent 5a5b826c3e
commit 3f8f0a99f2
11 changed files with 8 additions and 2 deletions

View File

@@ -43,8 +43,6 @@ export function getLocaleName(locale: string, data: Record<string, string> | und
return ""
}
const langKey = listCurrentLanguageApi[locale as keyof typeof listCurrentLanguageApi].toLowerCase();
let text = data[langKey] ?? "";