Update index.ts

This commit is contained in:
Ward
2024-11-16 19:38:32 +13:00
committed by GitHub
parent 95bf936c28
commit 43fd5c2cbf
+1
View File
@@ -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,