aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-08-18 12:10:55 +0200
committerGravatar GitHub <noreply@github.com> 2022-08-18 12:10:55 +0200
commit1603c10bbab61b4a84380c8a9d5aa77536a4f1c7 (patch)
tree36ee76291c8e877d7421641ae7a38570ff65f8ce /app/i18n/es/sub.php
parent4f111c5b305078a641d13ac41ce7d798e3cc19ce (diff)
XPath ability to define the UID manually (#4507)
* XPath ability to define the UID manually * Fix error in i18n
Diffstat (limited to 'app/i18n/es/sub.php')
-rwxr-xr-xapp/i18n/es/sub.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php
index 90e853f9a..dcf72697f 100755
--- a/app/i18n/es/sub.php
+++ b/app/i18n/es/sub.php
@@ -87,7 +87,7 @@ return array(
'_' => 'item author', // TODO
'help' => 'Can also be a static string. Example: <code>"Anonymous"</code>', // TODO
),
- 'item_categories' => 'items tags', // TODO
+ 'item_categories' => 'item tags', // TODO
'item_content' => array(
'_' => 'item content', // TODO
'help' => 'Example to take the full item: <code>.</code>', // TODO
@@ -104,6 +104,10 @@ return array(
'_' => 'item title', // TODO
'help' => 'Use in particular the <a href="https://developer.mozilla.org/docs/Web/XPath/Axes" target="_blank">XPath axis</a> <code>descendant::</code> like <code>descendant::h2</code>', // TODO
),
+ 'item_uid' => array(
+ '_' => 'item unique ID', // TODO
+ 'help' => 'Optional. Example: <code>descendant::div/@data-uri</code>', // TODO
+ ),
'item_uri' => array(
'_' => 'item link (URL)', // TODO
'help' => 'Example: <code>descendant::a/@href</code>', // TODO