Updated index.ts - Latvian language

To add Latvian translation language to UI
This commit is contained in:
ℂ𝕠𝕠𝕠𝕝 (𝕘𝕚𝕥𝕙𝕦𝕓.𝕔𝕠𝕞/ℂ𝕠𝕠𝕠𝕝)
2025-06-21 13:22:36 +03:00
committed by GitHub
parent a0096982f9
commit addf40b767
+2 -1
View File
@@ -15,7 +15,8 @@ const resources: Record<string, () => Promise<Record<string, any>>> = {
de: () => import('./locales/de.json'),
es: () => import('./locales/es.json'),
sh: () => import('./locales/sh.json'),
'pt-BR': () => import('./locales/pt-BR.json')
'pt-BR': () => import('./locales/pt-BR.json'),
lv: () => import('./locales/lv.json')
};
function getUserLocale(): string {