diff options
| author | kaniini <nenolod@gmail.com> | 2018-10-16 14:37:32 +0000 |
|---|---|---|
| committer | kaniini <nenolod@gmail.com> | 2018-10-16 14:37:32 +0000 |
| commit | e64af481d2f8a2ea243eeca83d7af3728fd0696b (patch) | |
| tree | d281c53c0869aa37dd6d67c5c973334fda02b26a /src/i18n | |
| parent | f554edc054fcb6e0508ed5da7dc9edf1a85d2305 (diff) | |
| parent | 2bb663f0f6925082087ec08c4a28ab9e661bae96 (diff) | |
Merge branch 'hide-statistics' into 'develop'
Add options for hiding post and user engagement statistics.
See merge request pleroma/pleroma-fe!336
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index b3cb6598..8963e479 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -111,6 +111,8 @@ "general": "General", "hide_attachments_in_convo": "Hide attachments in conversations", "hide_attachments_in_tl": "Hide attachments in timeline", + "hide_post_stats": "Hide post statistics (e.g. the number of favorites)", + "hide_user_stats": "Hide user statistics (e.g. the number of followers)", "import_followers_from_a_csv_file": "Import follows from a csv file", "import_theme": "Load preset", "inputRadius": "Input fields", |
