diff options
author | capps <capps@onedoto.com> | 2011-11-16 15:57:54 -0800 |
---|---|---|
committer | capps <capps@onedoto.com> | 2011-11-16 15:57:54 -0800 |
commit | 64a3175eea3c121f30a5a24034aa1ed400c80b12 (patch) | |
tree | a293bb47aa368fbfd0da03ef1bb407287defb636 /railties/guides/source/i18n.textile | |
parent | bc00514b6236d701d3e660c4ec365a767a070a91 (diff) | |
download | rails-64a3175eea3c121f30a5a24034aa1ed400c80b12.tar.gz rails-64a3175eea3c121f30a5a24034aa1ed400c80b12.tar.bz2 rails-64a3175eea3c121f30a5a24034aa1ed400c80b12.zip |
"denoted" instead of "donated"
"parentheses" instead of "use brackets"
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 2d4cc13571..e9477e84cf 100644 --- a/railties/guides/source/i18n.textile +++ b/railties/guides/source/i18n.textile @@ -231,7 +231,7 @@ end Now, when you call the +books_path+ method you should get +"/en/books"+ (for the default locale). An URL like +http://localhost:3001/nl/books+ should load the Netherlands locale, then, and following calls to +books_path+ should return +"/nl/books"+ (because the locale changed). -If you don't want to force the use of a locale in your routes you can use an optional path scope (donated by the use brackets) like so: +If you don't want to force the use of a locale in your routes you can use an optional path scope (denoted by the parentheses) like so: <ruby> # config/routes.rb |