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

This commit is contained in:
2026-04-27 09:39:28 +07:00
parent 48a0fdb0b3
commit ee101f3851

View File

@@ -47,7 +47,6 @@ export function getLocaleName(locale: string, data: Record<string, string> | und
const langKey = listCurrentLanguageApi[locale as keyof typeof listCurrentLanguageApi].toLowerCase(); const langKey = listCurrentLanguageApi[locale as keyof typeof listCurrentLanguageApi].toLowerCase();
console.log(langKey)
let text = data[langKey] ?? ""; let text = data[langKey] ?? "";
if (!text) { if (!text) {