Merge branch 'feature/default-language' into develop

This commit is contained in:
2024-03-07 13:20:56 +01:00

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 =