feat(lang): add Croatian display language (#3041)

This commit is contained in:
TheCatLady
2022-10-18 17:40:03 -07:00
committed by GitHub
parent 144bb84bdc
commit 64aab6dd82
2 changed files with 7 additions and 0 deletions

View File

@@ -42,6 +42,8 @@ const loadLocaleData = (locale: AvailableLocale): Promise<any> => {
return import('../i18n/locale/es.json');
case 'fr':
return import('../i18n/locale/fr.json');
case 'hr':
return import('../i18n/locale/hr.json');
case 'hu':
return import('../i18n/locale/hu.json');
case 'it':