1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixing the description of the i18n guide in the index page

This commit is contained in:
CassioMarques 2009-02-06 22:54:23 -02:00
parent 38a2c4c91e
commit b981ab4224

View file

@ -74,7 +74,7 @@ h3. Digging Deeper
<dl>
<% guide("Rails Internationalization API", 'i18n.html', :ticket => 23) do %>
This guide covers how to build a plugin to extend the functionality of Rails.
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 %>
<% guide("Action Mailer Basics", 'action_mailer_basics.html', :ticket => 25) do %>