diff options
Diffstat (limited to 'app/i18n/ja/sub.php')
-rw-r--r-- | app/i18n/ja/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/ja/sub.php b/app/i18n/ja/sub.php index 91b8692cc..d59e0d032 100644 --- a/app/i18n/ja/sub.php +++ b/app/i18n/ja/sub.php @@ -88,7 +88,7 @@ return array( '_' => 'HTML + XPath + JSONドット記法 (HTML内のJSON)', 'xpath' => array( '_' => 'HTML内のJSONを指すXPath', - 'help' => '例: <code>//script[@type="application/json"]</code>', + 'help' => '例: <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( |