Update index.ts

This commit is contained in:
Ward
2025-06-25 05:48:08 +12:00
committed by GitHub
parent 9f7edd5d27
commit a900a96315
+2 -1
View File
@@ -17,7 +17,8 @@ const resources: Record<string, () => Promise<Record<string, any>>> = {
sh: () => import('./locales/sh.json'),
'pt-BR': () => import('./locales/pt-BR.json'),
lv: () => import('./locales/lv.json'),
ja: () => import('./locales/ja.json')
ja: () => import('./locales/ja.json'),
mi: () => import('./locales/mi.json')
};
function getUserLocale(): string {