diff options
| author | kaniini <ariadne@dereferenced.org> | 2019-09-26 22:20:01 +0000 |
|---|---|---|
| committer | kaniini <ariadne@dereferenced.org> | 2019-09-26 22:20:01 +0000 |
| commit | 4369ce6f1bd7d6f44247a1b3f3d8d3892f71ff9b (patch) | |
| tree | 52e8326801d56af2558fb3c355efa33def742fd0 /src/i18n | |
| parent | 501208d350a9bd0fbcafb13d70a2fa6182fb8cf3 (diff) | |
| parent | aafb29c58978cbd8dbea2898b93bdab9979b5646 (diff) | |
Merge branch 'hide-followers-follows-count' into 'develop'
Added a setting to hide follow/follower count from the user profile
See merge request pleroma/pleroma-fe!951
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 | ||||
| -rw-r--r-- | src/i18n/ru.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 3d81fdca..25579e76 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -284,6 +284,8 @@ "no_mutes": "No mutes", "hide_follows_description": "Don't show who I'm following", "hide_followers_description": "Don't show who's following me", + "hide_follows_count_description": "Don't show follow count", + "hide_followers_count_description": "Don't show follower count", "show_admin_badge": "Show Admin badge in my profile", "show_moderator_badge": "Show Moderator badge in my profile", "nsfw_clickthrough": "Enable clickthrough NSFW attachment hiding", diff --git a/src/i18n/ru.json b/src/i18n/ru.json index 3af65f40..16268425 100644 --- a/src/i18n/ru.json +++ b/src/i18n/ru.json @@ -178,6 +178,8 @@ "no_rich_text_description": "Убрать форматирование из всех постов", "hide_follows_description": "Не показывать кого я читаю", "hide_followers_description": "Не показывать кто читает меня", + "hide_follows_count_description": "Не показывать число читаемых пользователей", + "hide_followers_count_description": "Не показывать число моих подписчиков", "show_admin_badge": "Показывать значок администратора в моем профиле", "show_moderator_badge": "Показывать значок модератора в моем профиле", "nsfw_clickthrough": "Включить скрытие NSFW вложений", |
