diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-11-18 10:50:42 -0600 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-11-18 10:50:42 -0600 |
commit | 24bc0b267d1c313d78424eeffda6d8eaa5be0c24 (patch) | |
tree | cb8c2477cc883751af43c586e26513d74c2db946 /railties/doc/guides/html/index.html | |
parent | 9707d1787d80a9951b729b7fea7b59cbad3fc77a (diff) | |
download | rails-24bc0b267d1c313d78424eeffda6d8eaa5be0c24.tar.gz rails-24bc0b267d1c313d78424eeffda6d8eaa5be0c24.tar.bz2 rails-24bc0b267d1c313d78424eeffda6d8eaa5be0c24.zip |
Regenerate Guide HTML
Diffstat (limited to 'railties/doc/guides/html/index.html')
-rw-r--r-- | railties/doc/guides/html/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/railties/doc/guides/html/index.html b/railties/doc/guides/html/index.html index 991b10c7e8..45e131012e 100644 --- a/railties/doc/guides/html/index.html +++ b/railties/doc/guides/html/index.html @@ -338,6 +338,19 @@ of your code.</p></div> <div class="sidebar-title"><a href="creating_plugins.html">The Basics of Creating Rails Plugins</a></div>
<div class="para"><p>This guide covers how to build a plugin to extend the functionality of Rails.</p></div>
</div></div>
+<div class="sidebarblock">
+<div class="sidebar-content">
+<div class="sidebar-title"><a href="i18n.html">The Rails Internationalization API</a></div>
+<div class="admonitionblock">
+<table><tr>
+<td class="icon">
+<img src="./images/icons/caution.png" alt="Caution" />
+</td>
+<td class="content">still a basic draft</td>
+</tr></table>
+</div>
+<div class="para"><p>This guide introduces you to the basic concepts and features of the Rails I18n API and shows you how to localize your application.</p></div>
+</div></div>
<div class="para"><p>Authors who have contributed to complete guides are listed <a href="authors.html">here</a>.</p></div>
<div class="para"><p>This work is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 License</a></p></div>
</div>
|