Do not update feeds after import (#5629)

* Add checkbox to not update feeds after import to avoid duplicate feeds when importing multiple files.

* Import without updating feeds, but now unconditionally

* Added hint to click "Update feeds" to all translations

* Update app/i18n/fr/feedback.php

* Fix i18n

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
robertdahlem
2023-10-22 19:03:51 +02:00
committed by GitHub
parent 430d467b5a
commit 83cf7301f4
25 changed files with 48 additions and 49 deletions

View File

@@ -203,7 +203,6 @@ class FreshRSS_importExport_Controller extends FreshRSS_ActionController {
}
// And finally, we get import status and redirect to the home page
Minz_Session::_param('actualize_feeds', true);
$content_notif = $error === true ? _t('feedback.import_export.feeds_imported_with_errors') : _t('feedback.import_export.feeds_imported');
Minz_Request::good($content_notif);
}