1
0
mirror of https://github.com/SomboChea/ui synced 2026-01-18 00:56:00 +07:00

add cambodia flag (khmer) and cleanup

This commit is contained in:
2020-05-05 19:27:53 +07:00
parent 484543dabc
commit c2c94929a7
3 changed files with 7 additions and 1 deletions

View File

@@ -64,6 +64,11 @@ const getTranslatedCurrentLanguageDetails = (
translation: t('lng.ukraine'),
icon: 'ukraine',
};
case 'km-KH':
return {
translation: t('lng.khmer'),
icon: 'khmer',
};
default:
return {
translation: t('lng.english'),