aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/i18n.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-11-19 21:42:18 +0100
committerXavier Noria <fxn@hashref.com>2010-11-19 21:46:12 +0100
commit902ae14e650d87bc0ba3d34030c9bb38646c0d9f (patch)
treed15e25e4b199c751898d5cb1ae0894f484ba0922 /railties/guides/source/i18n.textile
parent6bd93f672ac1c0c4cfe708745c925b4bbe666947 (diff)
downloadrails-902ae14e650d87bc0ba3d34030c9bb38646c0d9f.tar.gz
rails-902ae14e650d87bc0ba3d34030c9bb38646c0d9f.tar.bz2
rails-902ae14e650d87bc0ba3d34030c9bb38646c0d9f.zip
guides: gives clear instructions for feedback, removes links to the now archived LH project
Diffstat (limited to 'railties/guides/source/i18n.textile')
-rw-r--r--railties/guides/source/i18n.textile5
1 files changed, 0 insertions, 5 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile
index 8a7e9fcae6..825185c832 100644
--- a/railties/guides/source/i18n.textile
+++ b/railties/guides/source/i18n.textile
@@ -889,8 +889,3 @@ fn1. Or, to quote "Wikipedia":http://en.wikipedia.org/wiki/Internationalization_
fn2. Other backends might allow or require to use other formats, e.g. a GetText backend might allow to read GetText files.
fn3. One of these reasons is that we don't want to imply 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.
-
-
-h3. Changelog
-
-"Lighthouse ticket":http://rails.lighthouseapp.com/projects/16213/tickets/23