forked from AkkomaGang/akkoma-fe
re-fix i18n warnings again
This commit is contained in:
parent
3171241c6f
commit
afcfcce2e6
3 changed files with 5 additions and 1 deletions
|
@ -32,6 +32,7 @@
|
||||||
tag="button"
|
tag="button"
|
||||||
class="button-unstyled -link"
|
class="button-unstyled -link"
|
||||||
@click.prevent="diveToTopLevel"
|
@click.prevent="diveToTopLevel"
|
||||||
|
scope="global"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<FAIcon
|
<FAIcon
|
||||||
|
@ -101,6 +102,7 @@
|
||||||
>
|
>
|
||||||
<i18n-t
|
<i18n-t
|
||||||
tag="button"
|
tag="button"
|
||||||
|
scope="global"
|
||||||
keypath="status.ancestor_follow_with_icon"
|
keypath="status.ancestor_follow_with_icon"
|
||||||
class="button-unstyled -link thread-tree-show-replies-button"
|
class="button-unstyled -link thread-tree-show-replies-button"
|
||||||
@click.prevent="diveIntoStatus(status.id)"
|
@click.prevent="diveIntoStatus(status.id)"
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
keypath="post_status.account_not_locked_warning"
|
keypath="post_status.account_not_locked_warning"
|
||||||
tag="p"
|
tag="p"
|
||||||
class="visibility-notice"
|
class="visibility-notice"
|
||||||
|
scope="global"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
class="button-unstyled -link"
|
class="button-unstyled -link"
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
{{ $t('settings.style.preview.content') }}
|
{{ $t('settings.style.preview.content') }}
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<i18n-t keypath="settings.style.preview.text">
|
<i18n-t scope="global" keypath="settings.style.preview.text">
|
||||||
<code style="font-family: var(--postCodeFont)">
|
<code style="font-family: var(--postCodeFont)">
|
||||||
{{ $t('settings.style.preview.mono') }}
|
{{ $t('settings.style.preview.mono') }}
|
||||||
</code>
|
</code>
|
||||||
|
@ -76,6 +76,7 @@
|
||||||
keypath="settings.style.preview.fine_print"
|
keypath="settings.style.preview.fine_print"
|
||||||
tag="span"
|
tag="span"
|
||||||
class="faint"
|
class="faint"
|
||||||
|
scope="global"
|
||||||
>
|
>
|
||||||
<a style="color: var(--faintLink)">
|
<a style="color: var(--faintLink)">
|
||||||
{{ $t('settings.style.preview.faint_link') }}
|
{{ $t('settings.style.preview.faint_link') }}
|
||||||
|
|
Loading…
Reference in a new issue