From dc5e25639cfe5c387e43028cc0c73f7a530254c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Dere=C5=BEi=C4=87?= Date: Thu, 7 Mar 2024 13:20:49 +0100 Subject: [PATCH] changed default language to croatian --- app/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/i18n.ts b/app/i18n.ts index fc0e549..8871868 100644 --- a/app/i18n.ts +++ b/app/i18n.ts @@ -10,7 +10,7 @@ export const localeNames:Record = { hr: 'Hrvatski' }; -export const defaultLocale = 'en'; +export const defaultLocale = 'hr'; /** Templating function type as returned by `useTemplate` and `getTranslations` */ export type IntlTemplateFn =