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

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,12 @@
[
{
"version": "4.2.5",
"date": "01/05/2026",
"type": "update",
"items": [
"New data for 4.2.5"
]
},
{
"version": "4.1.6",
"date": "12/04/2026",

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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] ?? "";