diff options
author | Xavier Noria <fxn@hashref.com> | 2009-03-15 10:36:48 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-03-15 10:36:48 +0100 |
commit | 32c07c45663c560725492800c68faaf49b4d1dd1 (patch) | |
tree | e548589d105cf6df24ead38b15928e50fae7e2d4 /railties/guides/source/i18n.textile | |
parent | 393ece56877926d7ae76a212b2f3afb9408c7b6c (diff) | |
download | rails-32c07c45663c560725492800c68faaf49b4d1dd1.tar.gz rails-32c07c45663c560725492800c68faaf49b4d1dd1.tar.bz2 rails-32c07c45663c560725492800c68faaf49b4d1dd1.zip |
fixes broken links in i18n guide
Diffstat (limited to 'railties/guides/source/i18n.textile')
-rw-r--r-- | railties/guides/source/i18n.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/i18n.textile b/railties/guides/source/i18n.textile index 0b5f872a72..a70c5ac332 100644 --- a/railties/guides/source/i18n.textile +++ b/railties/guides/source/i18n.textile @@ -40,7 +40,7 @@ Thus, the Ruby I18n gem is split into two parts: As a user you should always only access the public methods on the I18n module, but it is useful to know about the capabilities of the backend. -NOTE: It is possible (or even desirable) to swap the shipped Simple backend with a more powerful one, which would store translation data in a relational database, GetText dictionary, or similar. See section "Using different backends":#usingdifferentbackends below. +NOTE: It is possible (or even desirable) to swap the shipped Simple backend with a more powerful one, which would store translation data in a relational database, GetText dictionary, or similar. See section "Using different backends":#using-different-backends below. h4. The Public I18n API |