From f02a75a7a5fb920ad34af22c853312603e564002 Mon Sep 17 00:00:00 2001 From: Ward Date: Wed, 25 Jun 2025 05:41:13 +1200 Subject: [PATCH] Add Japanese important --- materialious/src/lib/i18n/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/index.ts b/materialious/src/lib/i18n/index.ts index 4471df7b..9443ef46 100644 --- a/materialious/src/lib/i18n/index.ts +++ b/materialious/src/lib/i18n/index.ts @@ -16,7 +16,8 @@ const resources: Record Promise>> = { 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 {