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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user