aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.erb.textile
diff options
context:
space:
mode:
authorMike Gunderloy <MikeG1@larkfarm.com>2009-03-14 17:04:10 -0500
committerMike Gunderloy <MikeG1@larkfarm.com>2009-03-14 17:04:41 -0500
commit9ac0dade6d788bfed8338941dc4f29c19d4923af (patch)
treeb22ee36ffb8c9fb4c9cd82825a3730067c9d9010 /railties/guides/source/index.erb.textile
parent1bd5a64f5ad30b0b8b018c52ba3d002c338b3c57 (diff)
downloadrails-9ac0dade6d788bfed8338941dc4f29c19d4923af.tar.gz
rails-9ac0dade6d788bfed8338941dc4f29c19d4923af.tar.bz2
rails-9ac0dade6d788bfed8338941dc4f29c19d4923af.zip
Minor edits to I18n guide; publish guide
Diffstat (limited to 'railties/guides/source/index.erb.textile')
-rw-r--r--railties/guides/source/index.erb.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile
index f0b666432d..4c8dd65a04 100644
--- a/railties/guides/source/index.erb.textile
+++ b/railties/guides/source/index.erb.textile
@@ -77,7 +77,7 @@ h3. Digging Deeper
This guide covers Rails integration with Rack and interfacing with other Rack components.
<% end %>
-<% guide("Rails Internationalization API", 'i18n.html', :ticket => 23) do %>
+<% guide("Rails Internationalization API", 'i18n.html') do %>
This guide covers how to add internationalization to your applications. Your application will be able to translate content to different languages, change pluralization rules, use correct date formats for each country and so on.
<% end %>