more locals
This commit is contained in:
parent
1fb7b6b48b
commit
392b595dc9
2 changed files with 8 additions and 4 deletions
|
|
@ -83,9 +83,7 @@
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="shoutAvailable">
|
<li v-if="shoutAvailable">
|
||||||
<BooleanSetting
|
<BooleanSetting path="hideShoutbox">
|
||||||
path="hideShoutbox"
|
|
||||||
>
|
|
||||||
{{ $t('settings.hide_shoutbox') }}
|
{{ $t('settings.hide_shoutbox') }}
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
|
|
@ -101,6 +101,7 @@
|
||||||
<ChoiceSetting
|
<ChoiceSetting
|
||||||
id="mentionLinkDisplay"
|
id="mentionLinkDisplay"
|
||||||
path="mentionLinkDisplay"
|
path="mentionLinkDisplay"
|
||||||
|
:local="true"
|
||||||
:options="mentionLinkDisplayOptions"
|
:options="mentionLinkDisplayOptions"
|
||||||
>
|
>
|
||||||
{{ $t('settings.mention_link_display') }}
|
{{ $t('settings.mention_link_display') }}
|
||||||
|
|
@ -171,7 +172,10 @@
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<BooleanSetting path="hideNsfw">
|
<BooleanSetting
|
||||||
|
:local="true"
|
||||||
|
path="hideNsfw"
|
||||||
|
>
|
||||||
{{ $t('settings.nsfw_clickthrough') }}
|
{{ $t('settings.nsfw_clickthrough') }}
|
||||||
</BooleanSetting>
|
</BooleanSetting>
|
||||||
<ul class="setting-list suboptions">
|
<ul class="setting-list suboptions">
|
||||||
|
|
@ -179,6 +183,7 @@
|
||||||
<BooleanSetting
|
<BooleanSetting
|
||||||
path="preloadImage"
|
path="preloadImage"
|
||||||
expert="1"
|
expert="1"
|
||||||
|
:local="true"
|
||||||
parent-path="hideNsfw"
|
parent-path="hideNsfw"
|
||||||
>
|
>
|
||||||
{{ $t('settings.preload_images') }}
|
{{ $t('settings.preload_images') }}
|
||||||
|
|
@ -188,6 +193,7 @@
|
||||||
<BooleanSetting
|
<BooleanSetting
|
||||||
path="useOneClickNsfw"
|
path="useOneClickNsfw"
|
||||||
expert="1"
|
expert="1"
|
||||||
|
:local="true"
|
||||||
parent-path="hideNsfw"
|
parent-path="hideNsfw"
|
||||||
>
|
>
|
||||||
{{ $t('settings.use_one_click_nsfw') }}
|
{{ $t('settings.use_one_click_nsfw') }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue