mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +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>
|
<template #content>
|
||||||
{{
|
{{
|
||||||
canOpenInstanceInGame()
|
canOpenInstanceInGame()
|
||||||
? $t('dialog.world.actions.new_instance_and_open_ingame')
|
? 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_self_invite')
|
||||||
}}
|
}}
|
||||||
</template>
|
</template>
|
||||||
<el-button
|
<el-button
|
||||||
|
|||||||
Reference in New Issue
Block a user