diff options
| author | 2025-10-21 17:49:06 -0400 | |
|---|---|---|
| committer | 2025-10-21 23:49:06 +0200 | |
| commit | eee8b8c03f93b82ed762137e386659d9da3adbf3 (patch) | |
| tree | ff8d78c35a5dabca59f8b105acad0a5e47e307ce /app/i18n/tr | |
| parent | 59d33779d1e80ad2bb60b110377a3a18a085f95c (diff) | |
Add support for extension compatibility (#8081)
The compatibility does support only a minimum version of FreshRSS. If we need
something a bit more clever in the future, it is possible to handle a rule
with a bit more complexity.
See https://github.com/FreshRSS/FreshRSS/issues/5903
* Update app/Controllers/extensionController.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/i18n/pl/admin.php
Co-authored-by: Inverle <inverle@proton.me>
* Minor move phpstan-type
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Inverle <inverle@proton.me>
Diffstat (limited to 'app/i18n/tr')
| -rw-r--r-- | app/i18n/tr/admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index df6ef2c4f..6a1c110f6 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -118,6 +118,7 @@ return array( 'empty_list' => 'Yüklü eklenti yok', 'empty_list_help' => 'Eklenti listesinin neden boş olduğunu belirlemek için günlükleri kontrol edin.', 'enabled' => 'Etkin', + 'is_compatible' => 'Is compatible', // TODO 'latest' => 'Yüklü', 'name' => 'İsim', 'no_configure_view' => 'Bu eklenti yapılandırılamaz.', |
