diff options
Diffstat (limited to 'files/zh-tw/mozilla/add-ons/webextensions/internationalization/index.html')
-rw-r--r-- | files/zh-tw/mozilla/add-ons/webextensions/internationalization/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/mozilla/add-ons/webextensions/internationalization/index.html b/files/zh-tw/mozilla/add-ons/webextensions/internationalization/index.html index c7e493e8f4..6ca5ee82fa 100644 --- a/files/zh-tw/mozilla/add-ons/webextensions/internationalization/index.html +++ b/files/zh-tw/mozilla/add-ons/webextensions/internationalization/index.html @@ -283,7 +283,7 @@ var content = browser.i18n.getMessage("notificationContent", message.url);</pre> <h2 id="Predefined_messages">Predefined messages</h2> -<p>The i18n module provides us with some predefined messages, which we can call in the same way as we saw earlier in {{anch("Calling message strings from manifests and extension CSS")}}. For example:</p> +<p>The i18n module provides us with some predefined messages, which we can call in the same way as we saw earlier in <a href="#retrieving_localized_strings_in_manifests">Calling message strings from manifests and extension CSS</a>. For example:</p> <pre>__MSG_extensionName__</pre> |