summaryrefslogtreecommitdiff
path: root/docs/html/guide/guide_toc.cs
diff options
context:
space:
mode:
authorKatarina Stenstedt <katarina@google.com>2009-08-18 14:35:58 -0700
committerKatarina Stenstedt <katarina@google.com>2009-09-21 17:31:03 -0700
commit20972da079adb6e53fe5f8758aa473d9d46a1b54 (patch)
tree46ad4ee5a560d8520d5e808213067b0421b42838 /docs/html/guide/guide_toc.cs
parent2f2daf8ed4d45ff68a0aeffcd0b284c45e5a5d82 (diff)
New localization document and tutorial
Adding a new Localization doc and Hello Localization tutorial, along with graphics. Updating the left-nav to include these two documents. Moved images into /images folder. Changed to max linewidth of 80.
Diffstat (limited to 'docs/html/guide/guide_toc.cs')
-rw-r--r--docs/html/guide/guide_toc.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs
index 5abc872c9646..264fe549335c 100644
--- a/docs/html/guide/guide_toc.cs
+++ b/docs/html/guide/guide_toc.cs
@@ -107,6 +107,9 @@
<li><a href="<?cs var:toroot ?>guide/topics/resources/available-resources.html">
<span class="en">Available Resource Types</span>
</a></li>
+ <li><a href="<?cs var:toroot ?>guide/topics/resources/localization.html">
+ <span class="en">Localization</span>
+ </a></li>
</ul>
</li>
<li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html">
@@ -370,6 +373,9 @@
<li><a href="<?cs var:toroot ?>guide/tutorials/views/index.html">
<span class="en">Hello Views</span>
</a></li>
+ <li><a href="<?cs var:toroot ?>guide/tutorials/localization/index.html">
+ <span class="en">Hello Localization</span>
+ </a></li>
<li><a href="<?cs var:toroot ?>guide/tutorials/notepad/index.html">
<span class="en">Notepad Tutorial</span>
</a></li>