From 69022dfd7bd401d4517aa641177db45a22549dc7 Mon Sep 17 00:00:00 2001
From: Pratik Naik
Date: Sun, 18 Jan 2009 00:31:42 +0000
Subject: Add links to lighthouse ticket for i18n guide
---
railties/doc/guides/html/i18n.html | 12 +++---------
railties/doc/guides/html/index.html | 2 +-
railties/doc/guides/source/i18n.txt | 7 ++-----
railties/doc/guides/source/index.txt | 2 +-
4 files changed, 7 insertions(+), 16 deletions(-)
(limited to 'railties')
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 @@
Footnotes
- Credits
-
-
- NOTES
+ Changelog
@@ -850,12 +847,9 @@ http://www.gnu.org/software/src-highlite -->
[2] Other backends might allow or require to use other formats, e.g. a GetText backend might allow to read GetText files.
[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.
-9. Credits
-
-
-10. NOTES
+9. Changelog
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.
|
-still a basic draft |
+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.
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.
***********************************************************
--
cgit v1.2.3