diff options
author | Sven Fuchs <svenfuchs@artweb-design.de> | 2008-12-16 17:24:18 +0100 |
---|---|---|
committer | Sven Fuchs <svenfuchs@artweb-design.de> | 2008-12-16 17:24:18 +0100 |
commit | b71c09f008b143d2ea60463014c66d3b694f540c (patch) | |
tree | 1d2f486ab554717579f979cfbcf032fe772e0b9b /railties/doc/guides | |
parent | 837e8da8152e63a713d82f1e399e643676f0e830 (diff) | |
download | rails-b71c09f008b143d2ea60463014c66d3b694f540c.tar.gz rails-b71c09f008b143d2ea60463014c66d3b694f540c.tar.bz2 rails-b71c09f008b143d2ea60463014c66d3b694f540c.zip |
i18n guide: add link to rails-i18n wiki about "How to encode the current locale in the url"
Diffstat (limited to 'railties/doc/guides')
-rw-r--r-- | railties/doc/guides/source/i18n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/source/i18n.txt b/railties/doc/guides/source/i18n.txt index a04333ea35..2a2d699cf7 100644 --- a/railties/doc/guides/source/i18n.txt +++ b/railties/doc/guides/source/i18n.txt @@ -579,7 +579,7 @@ I18n.t :foo, :raise => true # always re-raises exceptions from the backend == Footnotes -[[[1]]] TODO add resources about locale URL design +[[[1]]] see http://rails-i18n.org/wiki/pages/how-to-encode-the-current-locale-in-the-url [[[2]]] Or, to quote http://en.wikipedia.org/wiki/Internationalization_and_localization[Wikipedia]: _"Internationalization is the process of designing a software application so that it can be adapted to various languages and regions without engineering changes. Localization is the process of adapting software for a specific region or language by adding locale-specific components and translating text."_ |