From 51298cd6bc100b1cc6508abb602a59c01a9e2c04 Mon Sep 17 00:00:00 2001 From: Stefan <11146296+tryallthethings@users.noreply.github.com> Date: Sun, 22 Jun 2025 00:36:32 +0200 Subject: Exposed the reading modes for extensions through Minz (#7668) * + Exposed the reading modes for extensions through Minz. Now extensions can add a custom view mode. Graceful fallback to normal view in case the extension was disabled without resetting the view_mode through the uninstall method. In that case the user will be informed via Minz_Request::setBadNotification that the view has been reset to normal. + Added translation strings for de, en and en-us for the notification * + Added missing, generated translations * Simplify indexAction, performance * Minor settings htmlspecialchars * i18n: fr * Minor wording * Doc * Fix i18n --------- Co-authored-by: Alexandre Alapetite --- app/i18n/tr/feedback.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/i18n/tr/feedback.php') diff --git a/app/i18n/tr/feedback.php b/app/i18n/tr/feedback.php index d65dd530f..19ac11e3b 100644 --- a/app/i18n/tr/feedback.php +++ b/app/i18n/tr/feedback.php @@ -50,6 +50,7 @@ return array( 'ko' => '%s etkinleştirilemedi. Ayrıntılar için FreshRSS günlüklerini kontrol edin.', 'ok' => '%s artık etkin', ), + 'invalid_view_mode' => 'Invalid view mode “%s”! Fall back to “Normal view”.', // TODO 'no_access' => '%s üzerinde erişiminiz yok', 'not_enabled' => '%s etkin değil', 'not_found' => '%s mevcut değil', -- cgit v1.2.3