Merge branch 'feature/follows-export' into 'develop'

Adds an option to export follows (fixed)

See merge request pleroma/pleroma-fe!261
This commit is contained in:
lambda 2018-05-18 07:51:00 +00:00
commit 166d9294c4
3 changed files with 43 additions and 1 deletions

View file

@ -289,7 +289,10 @@ const en = {
follow_import: 'Follow import',
import_followers_from_a_csv_file: 'Import follows from a csv file',
follows_imported: 'Follows imported! Processing them will take a while.',
follow_import_error: 'Error importing followers'
follow_import_error: 'Error importing followers',
follow_export: 'Follow export',
follow_export_processing: 'Processing, you\'ll soon be asked to download your file',
follow_export_button: 'Export your follows to a csv file'
},
notifications: {
notifications: 'Notifications',