Add Japanese important

This commit is contained in:
Ward
2025-06-25 05:41:13 +12:00
committed by GitHub
parent 53c9457d18
commit f02a75a7a5
+2 -1
View File
@@ -16,7 +16,8 @@ const resources: Record<string, () => Promise<Record<string, any>>> = {
es: () => import('./locales/es.json'),
sh: () => import('./locales/sh.json'),
'pt-BR': () => import('./locales/pt-BR.json'),
lv: () => import('./locales/lv.json')
lv: () => import('./locales/lv.json'),
ja: () => import('./locales/ja.json')
};
function getUserLocale(): string {