mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-07 17:23:43 +08:00
Added Khmer Translation
This commit is contained in:
@@ -22,7 +22,11 @@ const options = [
|
||||
{
|
||||
label: 'English',
|
||||
key: 'en'
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'ភាសាខ្មែរ',
|
||||
key: 'km-KH'
|
||||
}
|
||||
];
|
||||
const handleSelect = (key: string) => {
|
||||
language.value = key as I18nType.langType;
|
||||
|
||||
Reference in New Issue
Block a user