more locals

This commit is contained in:
Henry Jameson 2026-03-16 15:21:37 +02:00
commit 392b595dc9
2 changed files with 8 additions and 4 deletions

View file

@ -83,9 +83,7 @@
</BooleanSetting>
</li>
<li v-if="shoutAvailable">
<BooleanSetting
path="hideShoutbox"
>
<BooleanSetting path="hideShoutbox">
{{ $t('settings.hide_shoutbox') }}
</BooleanSetting>
</li>

View file

@ -101,6 +101,7 @@
<ChoiceSetting
id="mentionLinkDisplay"
path="mentionLinkDisplay"
:local="true"
:options="mentionLinkDisplayOptions"
>
{{ $t('settings.mention_link_display') }}
@ -171,7 +172,10 @@
</BooleanSetting>
</li>
<li>
<BooleanSetting path="hideNsfw">
<BooleanSetting
:local="true"
path="hideNsfw"
>
{{ $t('settings.nsfw_clickthrough') }}
</BooleanSetting>
<ul class="setting-list suboptions">
@ -179,6 +183,7 @@
<BooleanSetting
path="preloadImage"
expert="1"
:local="true"
parent-path="hideNsfw"
>
{{ $t('settings.preload_images') }}
@ -188,6 +193,7 @@
<BooleanSetting
path="useOneClickNsfw"
expert="1"
:local="true"
parent-path="hideNsfw"
>
{{ $t('settings.use_one_click_nsfw') }}