Fix all locale linting errors except unused keys

This commit is contained in:
wvffle 2022-11-25 20:38:25 +00:00 committed by Kasper Seweryn
commit 10dc14f109
27 changed files with 188 additions and 167 deletions

View file

@ -99,7 +99,16 @@ const checkAndSwitch = async (url: string) => {
v-if="$store.state.instance.instanceUrl"
class="description"
>
{{ $t('components.SetInstanceModal.message.currentConnection', {url: $store.state.instance.instanceUrl, hostname: $store.getters['instance/domain']}) }}
<i18n-t keypath="components.SetInstanceModal.message.currentConnection">
<a
:href="$store.state.instance.instanceUrl"
target="_blank"
>
{{ $store.getters['instance/domain'] }}
<i class="external icon" />
</a>
</i18n-t>
{{ $t('', {url: $store.state.instance.instanceUrl, hostname: $store.getters['instance/domain']}) }}
</p>
<p v-else>
{{ $t('components.SetInstanceModal.help.selectPod') }}