From 43fd5c2cbf7dbc88ceafdccaff606900146fe232 Mon Sep 17 00:00:00 2001 From: Ward Date: Sat, 16 Nov 2024 19:38:32 +1300 Subject: [PATCH] Update index.ts --- materialious/src/lib/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/materialious/src/lib/i18n/index.ts b/materialious/src/lib/i18n/index.ts index 87ec9abe..12f04088 100644 --- a/materialious/src/lib/i18n/index.ts +++ b/materialious/src/lib/i18n/index.ts @@ -10,6 +10,7 @@ register('tr', () => import('./locales/tr.json')); register('nl', () => import('./locales/nl.json')); register('de', () => import('./locales/de.json')); register('sh', () => import('./locales/sh.json')); +register('pt-BR', () => import('./locales/pt-BR.json')); init({ fallbackLocale: defaultLocale,