manual lint

This commit is contained in:
Henry Jameson 2022-03-29 12:04:09 +03:00
parent 64d56e6515
commit b93e5437bd
3 changed files with 12 additions and 6 deletions

View file

@ -951,14 +951,16 @@
:fallback="currentShadowFallback" :fallback="currentShadowFallback"
/> />
<div v-if="shadowSelected === 'avatar' || shadowSelected === 'avatarStatus'"> <div v-if="shadowSelected === 'avatar' || shadowSelected === 'avatarStatus'">
<i18n-t scope="global" <i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.always_drop_shadow" keypath="settings.style.shadows.filter_hint.always_drop_shadow"
tag="p" tag="p"
> >
<code>filter: drop-shadow()</code> <code>filter: drop-shadow()</code>
</i18n-t> </i18n-t>
<p>{{ $t('settings.style.shadows.filter_hint.avatar_inset') }}</p> <p>{{ $t('settings.style.shadows.filter_hint.avatar_inset') }}</p>
<i18n-t scope="global" <i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.drop_shadow_syntax" keypath="settings.style.shadows.filter_hint.drop_shadow_syntax"
tag="p" tag="p"
> >
@ -966,7 +968,8 @@
<code>spread-radius</code> <code>spread-radius</code>
<code>inset</code> <code>inset</code>
</i18n-t> </i18n-t>
<i18n-t scope="global" <i18n-t
scope="global"
keypath="settings.style.shadows.filter_hint.inset_classic" keypath="settings.style.shadows.filter_hint.inset_classic"
tag="p" tag="p"
> >

View file

@ -204,7 +204,8 @@
v-model="selected.alpha" v-model="selected.alpha"
:disabled="!present" :disabled="!present"
/> />
<i18n-t scope="global" <i18n-t
scope="global"
keypath="settings.style.shadows.hintV3" keypath="settings.style.shadows.hintV3"
tag="p" tag="p"
> >

View file

@ -74,7 +74,8 @@
v-if="currentReplies.length && !threadShowing" v-if="currentReplies.length && !threadShowing"
class="thread-tree-replies thread-tree-replies-hidden" class="thread-tree-replies thread-tree-replies-hidden"
> >
<i18n-t scope="global" <i18n-t
scope="global"
v-if="simple" v-if="simple"
tag="button" tag="button"
keypath="status.thread_follow_with_icon" keypath="status.thread_follow_with_icon"
@ -92,8 +93,9 @@
</span> </span>
</template> </template>
</i18n-t> </i18n-t>
<i18n-t scope="global" <i18n-t
v-else v-else
scope="global"
tag="button" tag="button"
keypath="status.thread_show_full_with_icon" keypath="status.thread_show_full_with_icon"
class="button-unstyled -link thread-tree-show-replies-button" class="button-unstyled -link thread-tree-show-replies-button"