aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fi/index.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-03-08 11:49:05 +0100
committerGravatar GitHub <noreply@github.com> 2025-03-08 11:49:05 +0100
commitd80171ebfdddad2b3b873400caf633d160e2fb12 (patch)
treed0cec495c90ae53f634fe6452bf806bd02292e2d /app/i18n/fi/index.php
parentfdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8 (diff)
Back-compatibility cURL 7.51 (#7409)
* Back-compatibility cURL 7.51 fix https://github.com/FreshRSS/FreshRSS/issues/7381 And add cURL version to system info. Do not require a specific version of cURL for now, but maybe later. * Fix CI * make fix-all * Add TODOs * Add ssl_version * Update app/i18n/it/index.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Diffstat (limited to 'app/i18n/fi/index.php')
-rw-r--r--app/i18n/fi/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/fi/index.php b/app/i18n/fi/index.php
index 9cc0a4ad0..16fbfb999 100644
--- a/app/i18n/fi/index.php
+++ b/app/i18n/fi/index.php
@@ -20,6 +20,7 @@ return array(
'browser' => 'Browser', // TODO
'database' => 'Database', // TODO
'server_software' => 'Server software', // TODO
+ 'version_curl' => 'cURL version', // TODO
'version_frss' => 'FreshRSS version', // TODO
'version_php' => 'PHP version', // TODO
),