From 8da1f26b6402a2903f840dfc1696b1bf89dbc3c3 Mon Sep 17 00:00:00 2001 From: SecularSteve <33793273+SecularSteve@users.noreply.github.com> Date: Fri, 15 Nov 2024 11:14:19 +0100 Subject: [PATCH] Serbo-Croatian added you missed a spot --- 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 01a6adf1..87ec9abe 100644 --- a/materialious/src/lib/i18n/index.ts +++ b/materialious/src/lib/i18n/index.ts @@ -9,6 +9,7 @@ register('zh-CN', () => import('./locales/zh-CN.json')); register('tr', () => import('./locales/tr.json')); register('nl', () => import('./locales/nl.json')); register('de', () => import('./locales/de.json')); +register('sh', () => import('./locales/sh.json')); init({ fallbackLocale: defaultLocale,