mirror of
https://github.com/SomboChea/ui
synced 2026-01-18 09:06:14 +07:00
add a new language - Ukrainian && fix bug with dayjs locale (#472)
This commit is contained in:
@@ -59,6 +59,11 @@ const getTranslatedCurrentLanguageDetails = (
|
||||
translation: t('lng.japanese'),
|
||||
icon: 'japan',
|
||||
};
|
||||
case 'uk-UA':
|
||||
return {
|
||||
translation: t('lng.ukraine'),
|
||||
icon: 'ukraine',
|
||||
};
|
||||
default:
|
||||
return {
|
||||
translation: t('lng.english'),
|
||||
|
||||
Reference in New Issue
Block a user