mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 14:23:51 +02:00
replace some el-select with Select component
This commit is contained in:
@@ -62,7 +62,7 @@ const languageNames = import.meta.glob('./*.json', {
|
||||
});
|
||||
|
||||
function getLanguageName(code) {
|
||||
return languageNames[`./${code}.json`];
|
||||
return String(languageNames[`./${code}.json`] ?? code);
|
||||
}
|
||||
|
||||
export * from './locales';
|
||||
|
||||
Reference in New Issue
Block a user