diff options
author | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 22:53:42 +0000 |
---|---|---|
committer | kathyw@google.com <kathyw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-06 22:53:42 +0000 |
commit | 901414aca5338840519c9fa7ee3fb82cb4f0f18f (patch) | |
tree | fc77bfee695f95691e9a4260bb18146e331ee2ce /chrome/common/extensions/docs/tut_debugging.html | |
parent | 590d8cae7ad06407bb258225a005ddb7dcf04f54 (diff) | |
download | chromium_src-901414aca5338840519c9fa7ee3fb82cb4f0f18f.zip chromium_src-901414aca5338840519c9fa7ee3fb82cb4f0f18f.tar.gz chromium_src-901414aca5338840519c9fa7ee3fb82cb4f0f18f.tar.bz2 |
First pass at expanded i18n doc.
We still need to update the overview and perhaps update all
the doc to use/reflect i18n. And we need to add a page for
the messages file format. (For now, we just give an example
and point to the design doc.)
Only 2 files really changed: i18n and manifest.
All the other changes are due to adding i18n to the sidenav.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/525077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/tut_debugging.html')
-rw-r--r-- | chrome/common/extensions/docs/tut_debugging.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/tut_debugging.html b/chrome/common/extensions/docs/tut_debugging.html index c1fc5e9..a8ff45a 100644 --- a/chrome/common/extensions/docs/tut_debugging.html +++ b/chrome/common/extensions/docs/tut_debugging.html @@ -151,6 +151,7 @@ <li><a href="background_pages.html">Background Pages</a></li> <li><a href="content_scripts.html">Content Scripts</a></li> <li><a href="xhr.html">Cross-Origin XHR</a></li> + <li><a href="i18n.html">Internationalization</a></li> <li><a href="messaging.html">Message Passing</a></li> <li><a href="npapi.html">NPAPI Plugins</a></li> </ul> |