changed default language to croatian
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user