Merge pull request #987 from Coool/patch-1

Updated index.ts - Latvian language
This commit is contained in:
Ward
2025-06-23 14:50:36 +12:00
committed by GitHub
+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 {