diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-18 22:52:20 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-18 22:52:20 +0000 |
commit | f24de1ccd9217b496383ff222b37deb4c1811963 (patch) | |
tree | 2eb2ca344a59114ec4318f3d5fedc09d0377a9f1 /chrome/common/extensions/docs/i18n.html | |
parent | 14620b39945285390b90a0d84cae39c677ce18aa (diff) | |
download | chromium_src-f24de1ccd9217b496383ff222b37deb4c1811963.zip chromium_src-f24de1ccd9217b496383ff222b37deb4c1811963.tar.gz chromium_src-f24de1ccd9217b496383ff222b37deb4c1811963.tar.bz2 |
Minor copyedit to i18n, added link to example directory.
TEST=none
BUG=none
TBR=cira
Review URL: http://codereview.chromium.org/504061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/i18n.html')
-rw-r--r-- | chrome/common/extensions/docs/i18n.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/i18n.html b/chrome/common/extensions/docs/i18n.html index a4f068f..c9d0f80 100644 --- a/chrome/common/extensions/docs/i18n.html +++ b/chrome/common/extensions/docs/i18n.html @@ -193,10 +193,10 @@ <div id="toc"> <h2>Contents</h2> <ol> - <li style="display: none; "> - <a>h2Name</a> + <li> + <a href="#overview-examples">Examples</a> <ol> - <li> + <li style="display: none; "> <a>h3Name</a> </li> </ol> @@ -256,10 +256,10 @@ settings, such as the accept languages. <!-- [PENDING: add when getMessage works: "or to get localized messages for the current locale."] --> </p> -<h3 id="overview-examples">Examples</h3> +<h2 id="overview-examples">Examples</h2> <p> -The following code gets accept-languages from the browser and display them as a +The following code gets accept-languages from the browser and displays them as a string by separating each accept-language with ','. </p> @@ -286,6 +286,14 @@ function getMessage() { </pre> --> +<p> +You can find simple examples of internationalization in the +<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/i18n/">examples/api/i18n</a> +directory. +For other examples and for help in viewing the source code, see +<a href="samples.html">Samples</a>. +</p> + <!-- END AUTHORED CONTENT --> </div> |