Merge branch 'main' into update/1.9.14

This commit is contained in:
Ward
2025-06-23 14:50:49 +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 {