Add new strings to i18n

This commit is contained in:
taehoon 2019-02-14 03:19:07 -05:00
parent a5162bd636
commit 395d212904
2 changed files with 4 additions and 2 deletions

View file

@ -165,13 +165,13 @@
<div :label="$t('settings.blocks_tab')">
<block-list :refresh="true">
<template slot="empty">No blocks</template>
<template slot="empty">{{$t('settings.no_blocks')}}</template>
</block-list>
</div>
<div :label="$t('settings.mutes_tab')">
<mute-list :refresh="true">
<template slot="empty">No mutes</template>
<template slot="empty">{{$t('settings.no_mutes')}}</template>
</mute-list>
</div>
</tab-switcher>

View file

@ -177,6 +177,8 @@
"notification_visibility_mentions": "Mentions",
"notification_visibility_repeats": "Repeats",
"no_rich_text_description": "Strip rich text formatting from all posts",
"no_blocks": "No blocks",
"no_mutes": "No mutes",
"hide_follows_description": "Don't show who I'm following",
"hide_followers_description": "Don't show who's following me",
"show_admin_badge": "Show Admin badge in my profile",