aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-01-18 00:31:42 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-01-18 00:31:42 +0000
commit69022dfd7bd401d4517aa641177db45a22549dc7 (patch)
treedbe38e7452749d28ee90806aa81c25334cf521f4 /railties
parent56152d8f60963a3d862f335144a33782723ade83 (diff)
downloadrails-69022dfd7bd401d4517aa641177db45a22549dc7.tar.gz
rails-69022dfd7bd401d4517aa641177db45a22549dc7.tar.bz2
rails-69022dfd7bd401d4517aa641177db45a22549dc7.zip
Add links to lighthouse ticket for i18n guide
Diffstat (limited to 'railties')
-rw-r--r--railties/doc/guides/html/i18n.html12
-rw-r--r--railties/doc/guides/html/index.html2
-rw-r--r--railties/doc/guides/source/i18n.txt7
-rw-r--r--railties/doc/guides/source/index.txt2
4 files changed, 7 insertions, 16 deletions
diff --git a/railties/doc/guides/html/i18n.html b/railties/doc/guides/html/i18n.html
index d4433451ba..8a6e4cc990 100644
--- a/railties/doc/guides/html/i18n.html
+++ b/railties/doc/guides/html/i18n.html
@@ -103,10 +103,7 @@
<a href="#_footnotes">Footnotes</a>
</li>
<li>
- <a href="#_credits">Credits</a>
- </li>
- <li>
- <a href="#_notes">NOTES</a>
+ <a href="#_changelog">Changelog</a>
</li>
</ol>
</div>
@@ -850,12 +847,9 @@ http://www.gnu.org/software/src-highlite -->
<div class="paragraph"><p><a id="2"></a>[2] Other backends might allow or require to use other formats, e.g. a GetText backend might allow to read GetText files.</p></div>
<div class="paragraph"><p><a id="3"></a>[3] One of these reasons is that we don&#8217;t want to any unnecessary load for applications that do not need any I18n capabilities, so we need to keep the I18n library as simple as possible for English. Another reason is that it is virtually impossible to implement a one-fits-all solution for all problems related to I18n for all existing languages. So a solution that allows us to exchange the entire implementation easily is appropriate anyway. This also makes it much easier to experiment with custom features and extensions.</p></div>
</div>
-<h2 id="_credits">9. Credits</h2>
-<div class="sectionbody">
-</div>
-<h2 id="_notes">10. NOTES</h2>
+<h2 id="_changelog">9. Changelog</h2>
<div class="sectionbody">
-<div class="paragraph"><p>How to contribute?</p></div>
+<div class="paragraph"><p><a href="http://rails.lighthouseapp.com/projects/16213/tickets/23">Lighthouse ticket</a></p></div>
</div>
</div>
diff --git a/railties/doc/guides/html/index.html b/railties/doc/guides/html/index.html
index d1bea57d14..d7079c9393 100644
--- a/railties/doc/guides/html/index.html
+++ b/railties/doc/guides/html/index.html
@@ -196,7 +196,7 @@ of your code.</p></div>
<td class="icon">
<img src="./images/icons/caution.png" alt="Caution" />
</td>
-<td class="content">still a basic draft</td>
+<td class="content"><a href="http://rails.lighthouseapp.com/projects/16213/tickets/23">Lighthouse ticket</a></td>
</tr></table>
</div>
<div class="paragraph"><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>
diff --git a/railties/doc/guides/source/i18n.txt b/railties/doc/guides/source/i18n.txt
index ebbbbee8a9..d624e7d9ed 100644
--- a/railties/doc/guides/source/i18n.txt
+++ b/railties/doc/guides/source/i18n.txt
@@ -644,9 +644,6 @@ I18n.t :foo, :raise => true # always re-raises exceptions from the backend
[[[3]]] One of these reasons is that we don't want to any unnecessary load for applications that do not need any I18n capabilities, so we need to keep the I18n library as simple as possible for English. Another reason is that it is virtually impossible to implement a one-fits-all solution for all problems related to I18n for all existing languages. So a solution that allows us to exchange the entire implementation easily is appropriate anyway. This also makes it much easier to experiment with custom features and extensions.
-== Credits
-
-== NOTES
-
-How to contribute?
+== Changelog ==
+http://rails.lighthouseapp.com/projects/16213/tickets/23[Lighthouse ticket]
diff --git a/railties/doc/guides/source/index.txt b/railties/doc/guides/source/index.txt
index 9141a5292a..b32d8ef7b1 100644
--- a/railties/doc/guides/source/index.txt
+++ b/railties/doc/guides/source/index.txt
@@ -125,7 +125,7 @@ This guide covers how to build a plugin to extend the functionality of Rails.
.link:i18n.html[The Rails Internationalization API]
***********************************************************
-CAUTION: still a basic draft
+CAUTION: link:http://rails.lighthouseapp.com/projects/16213/tickets/23[Lighthouse ticket]
This guide introduces you to the basic concepts and features of the Rails I18n API and shows you how to localize your application.
***********************************************************