diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2009-01-18 00:31:42 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2009-01-18 00:31:42 +0000 |
commit | 69022dfd7bd401d4517aa641177db45a22549dc7 (patch) | |
tree | dbe38e7452749d28ee90806aa81c25334cf521f4 /railties/doc/guides/source | |
parent | 56152d8f60963a3d862f335144a33782723ade83 (diff) | |
download | rails-69022dfd7bd401d4517aa641177db45a22549dc7.tar.gz rails-69022dfd7bd401d4517aa641177db45a22549dc7.tar.bz2 rails-69022dfd7bd401d4517aa641177db45a22549dc7.zip |
Add links to lighthouse ticket for i18n guide
Diffstat (limited to 'railties/doc/guides/source')
-rw-r--r-- | railties/doc/guides/source/i18n.txt | 7 | ||||
-rw-r--r-- | railties/doc/guides/source/index.txt | 2 |
2 files changed, 3 insertions, 6 deletions
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. *********************************************************** |