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:
parent
38a2c4c91e
commit
b981ab4224
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Reference in a new issue