Make locale language cleaner
This commit is contained in:
parent
0a3ce9cc8b
commit
4ecbb58086
|
@ -23,7 +23,7 @@
|
|||
</li>
|
||||
<li v-if="shout">
|
||||
<BooleanSetting path="hideShoutbox">
|
||||
{{ $t('settings.hide_shoutbox') }} {{ $t('shoutbox.title') }}
|
||||
{{ $t('general.hide') }} {{ $t('shoutbox.title') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -75,6 +75,7 @@
|
|||
"confirm": "Confirm",
|
||||
"verify": "Verify",
|
||||
"close": "Close",
|
||||
"hide": "Hide",
|
||||
"peek": "Peek",
|
||||
"role": {
|
||||
"admin": "Admin",
|
||||
|
@ -351,7 +352,6 @@
|
|||
"max_thumbnails": "Maximum amount of thumbnails per post",
|
||||
"hide_isp": "Hide instance-specific panel",
|
||||
"right_sidebar": "Show sidebar on the right side",
|
||||
"hide_shoutbox": "Hide ",
|
||||
"hide_wallpaper": "Hide instance wallpaper",
|
||||
"preload_images": "Preload images",
|
||||
"use_one_click_nsfw": "Open NSFW attachments with just one click",
|
||||
|
|
Loading…
Reference in New Issue