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/zh-cn/sub.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/i18n/zh-cn/sub.php') diff --git a/app/i18n/zh-cn/sub.php b/app/i18n/zh-cn/sub.php index 7ede19a3d..10211b99e 100644 --- a/app/i18n/zh-cn/sub.php +++ b/app/i18n/zh-cn/sub.php @@ -104,6 +104,10 @@ return array( '_' => '文章标题', 'help' => '特别是用 XPath 轴 descendant::descendant::h2', ), + 'item_uid' => array( + '_' => 'item unique ID', // TODO + 'help' => 'Optional. Example: descendant::div/@data-uri', // TODO + ), 'item_uri' => array( '_' => '文章链接 (URL)', 'help' => '例: descendant::a/@href', -- cgit v1.2.3