Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2927)

Unified Diff: chrome/common/extensions/docs/static/i18n.html

Issue 398005: Changes to follow the codesite L&F.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/static/i18n.html
===================================================================
--- chrome/common/extensions/docs/static/i18n.html (revision 32042)
+++ chrome/common/extensions/docs/static/i18n.html (working copy)
@@ -3,8 +3,11 @@
<!-- BEGIN AUTHORED CONTENT -->
<p id="classSummary">
Use the <code>chrome.i18n</code> module to manipulate the i18n related browser
-settings, such as the accept languages, or to get localized messages for current
-locale.
+settings, such as the accept languages.
+<span class="comment">
+[PENDING: add when getMessage works:
+"or to get localized messages for the current locale."]
+</span>
</p>
<h3 id="overview-examples">Examples</h3>
@@ -23,8 +26,11 @@
}
</pre>
+<div class="comment">
+[PENDING: add the following when getMessage is working]
+
<p>
-The following code gets localized message from the browser and displays it as a
+The following code gets a localized message from the browser and displays it as a
string. It replaces two placeholders within the message with values arg1 and
arg2.
</p>
@@ -35,4 +41,5 @@
document.getElementById("languageSpan").innerHTML = message;
}
</pre>
+</div>
<!-- END AUTHORED CONTENT -->
« no previous file with comments | « chrome/common/extensions/docs/static/getstarted.html ('k') | chrome/common/extensions/docs/static/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698