mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
improve i18n
This commit is contained in:
@@ -204,11 +204,11 @@
|
||||
const accessTypeLabel = translateAccessType(L.accessTypeName);
|
||||
|
||||
if (L.isOffline) {
|
||||
text.value = 'Offline';
|
||||
text.value = t('location.offline');
|
||||
} else if (L.isPrivate) {
|
||||
text.value = 'Private';
|
||||
text.value = t('location.private');
|
||||
} else if (L.isTraveling) {
|
||||
text.value = 'Traveling';
|
||||
text.value = t('location.traveling');
|
||||
} else if (typeof props.hint === 'string' && props.hint !== '') {
|
||||
if (L.instanceId) {
|
||||
text.value = `${props.hint} · ${accessTypeLabel}`;
|
||||
|
||||
Reference in New Issue
Block a user