mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-13 11:53:51 +02:00
fix: $t
This commit is contained in:
8
.vscode/i18n-ally-custom-framework.yml
vendored
8
.vscode/i18n-ally-custom-framework.yml
vendored
@@ -1,8 +0,0 @@
|
||||
languageIds:
|
||||
- jade
|
||||
- javascript
|
||||
- vue
|
||||
|
||||
usageMatchRegex: "\\$t\\(['\"`]({key})['\"`]"
|
||||
|
||||
monoonly: true
|
||||
@@ -58,8 +58,8 @@
|
||||
<template #content>
|
||||
{{
|
||||
canOpenInstanceInGame()
|
||||
? $t('dialog.world.actions.new_instance_and_open_ingame')
|
||||
: $t('dialog.world.actions.new_instance_and_self_invite')
|
||||
? t('dialog.world.actions.new_instance_and_open_ingame')
|
||||
: t('dialog.world.actions.new_instance_and_self_invite')
|
||||
}}
|
||||
</template>
|
||||
<el-button
|
||||
|
||||
Reference in New Issue
Block a user