1
0
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:
Mykola
2020-05-03 18:45:17 +03:00
committed by GitHub
parent 2965973f77
commit b59840d352
17 changed files with 196 additions and 18 deletions

View File

@@ -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'),