aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/tr
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-03-24 14:08:43 +0100
committerGravatar GitHub <noreply@github.com> 2025-03-24 14:08:43 +0100
commit9114b9a06a6ff668827c4b0fb68fb549d2c50470 (patch)
tree9dd5d20412e325b15fcc4bcb7fe5af442b94a598 /app/i18n/tr
parentb0a3ae1e7af2a1485439439463ceed3dc2057f65 (diff)
Support multiple JSON fragments in HTML+XPath+JSON mode (#7369)
* Support multiple JSON fragments in HTML+XPath+JSON mode fix https://github.com/FreshRSS/FreshRSS/discussions/7352#discussioncomment-12295475 E.g. HTML with one `<script type="application/ld+json">...</script>` per item. * Better help messages
Diffstat (limited to 'app/i18n/tr')
-rw-r--r--app/i18n/tr/sub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/tr/sub.php b/app/i18n/tr/sub.php
index 9f7c1bf59..739d8ad77 100644
--- a/app/i18n/tr/sub.php
+++ b/app/i18n/tr/sub.php
@@ -88,7 +88,7 @@ return array(
'_' => 'HTML + XPath + JSON nokta gösterimi (HTML’de JSON)',
'xpath' => array(
'_' => 'HTML’de JSON için XPath',
- 'help' => 'Örnek: <code>//script[@type="application/json"]</code>',
+ 'help' => 'Örnek: <code>normalize-space(//script[@type="application/json"])</code> (single JSON)<br />or: <code>//script[@type="application/ld+json"]</code> (one JSON object per article)', // DIRTY
),
),
'html_xpath' => array(