From 1603c10bbab61b4a84380c8a9d5aa77536a4f1c7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 18 Aug 2022 12:10:55 +0200 Subject: XPath ability to define the UID manually (#4507) * XPath ability to define the UID manually * Fix error in i18n --- app/i18n/es/sub.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/i18n/es/sub.php') 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: "Anonymous"', // TODO ), - 'item_categories' => 'items tags', // TODO + 'item_categories' => 'item tags', // TODO 'item_content' => array( '_' => 'item content', // TODO 'help' => 'Example to take the full item: .', // TODO @@ -104,6 +104,10 @@ return array( '_' => 'item title', // TODO 'help' => 'Use in particular the XPath axis descendant:: like descendant::h2', // TODO ), + 'item_uid' => array( + '_' => 'item unique ID', // TODO + 'help' => 'Optional. Example: descendant::div/@data-uri', // TODO + ), 'item_uri' => array( '_' => 'item link (URL)', // TODO 'help' => 'Example: descendant::a/@href', // TODO -- cgit v1.2.3