Fix eslint errors

This commit is contained in:
Tamas Balog 2024-07-31 14:40:19 +02:00
parent f746d08e1e
commit 474238dd72

View File

@ -44,7 +44,7 @@ export const languages = [
arabic, arabic,
traditionalChinese, traditionalChinese,
hebrew, hebrew,
hungarian hungarian,
indonesian, indonesian,
telugu, telugu,
].sort((a, b) => a.name.localeCompare(b.name)); ].sort((a, b) => a.name.localeCompare(b.name));
@ -78,7 +78,7 @@ i18n
ar, ar,
"zh-TW": zh_tw, "zh-TW": zh_tw,
he, he,
hu hu,
id, id,
te, te,
}, },