feat(i18n): add Croatian to selectable languages
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3925536a7c
commit
fb1f461e51
@ -22,6 +22,7 @@ export const SUPPORTED_LOCALES = {
|
||||
'ar-SA': 'اَلْعَرَبِيَّةُ',
|
||||
'sl-SI': 'Slovenščina',
|
||||
'pt-BR': 'Português Brasileiro',
|
||||
'hr-HR': 'Hrvatski',
|
||||
// IMPORTANT: Also add new languages to useDayjsLanguageSync
|
||||
} as const
|
||||
|
||||
|
@ -23,6 +23,7 @@ export const DAYJS_LOCALE_MAPPING = {
|
||||
'ar-SA': 'ar-sa',
|
||||
'sl-SI': 'sl',
|
||||
'pt-BR': 'pt',
|
||||
'hr-HR': 'hr',
|
||||
} as Record<SupportedLocale, ISOLanguage>
|
||||
|
||||
export const DAYJS_LANGUAGE_IMPORTS = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user