changed default language to croatian

This commit is contained in:
2024-03-07 13:20:49 +01:00
parent 33bf0f4380
commit dc5e25639c

View File

@@ -10,7 +10,7 @@ export const localeNames:Record<string,string> = {
hr: 'Hrvatski'
};
export const defaultLocale = 'en';
export const defaultLocale = 'hr';
/** Templating function type as returned by `useTemplate` and `getTranslations` */
export type IntlTemplateFn =