aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2013-12-19 22:50:25 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2013-12-19 22:50:25 +0530
commit1406630b219b0fcd1c618926aec3019fe4784f84 (patch)
treeb9afc009ad9a2cbcb2f08bb72e4c6b70671dabec
parentf8586917442154bc481822ed5c4534b67cf6a5ef (diff)
downloadrails-1406630b219b0fcd1c618926aec3019fe4784f84.tar.gz
rails-1406630b219b0fcd1c618926aec3019fe4784f84.tar.bz2
rails-1406630b219b0fcd1c618926aec3019fe4784f84.zip
Revert "Fix on-site markdown rendering [ci skip]"
This reverts commit 427db6b9d2b35a72f3c017eb19a2e1e800b0a7a3. [ci skip]
-rw-r--r--guides/source/i18n.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/i18n.md b/guides/source/i18n.md
index bdff25d70f..1ad3b6ffd5 100644
--- a/guides/source/i18n.md
+++ b/guides/source/i18n.md
@@ -902,7 +902,7 @@ Rails uses fixed strings and other localizations, such as format strings and oth
#### Action View Helper Methods
-* `distance_of_time_in_words` translates and pluralizes its result and interpolates the number of seconds, minutes, hours, and so on. See [datetime.distance\_in\_words](https://github.com/rails/rails/blob/master/actionview/lib/action_view/locale/en.yml#L4) translations.
+* `distance_of_time_in_words` translates and pluralizes its result and interpolates the number of seconds, minutes, hours, and so on. See [datetime.distance_in_words](https://github.com/rails/rails/blob/master/actionview/lib/action_view/locale/en.yml#L4) translations.
* `datetime_select` and `select_month` use translated month names for populating the resulting select tag. See [date.month_names](https://github.com/rails/rails/blob/master/activesupport/lib/active_support/locale/en.yml#L15) for translations. `datetime_select` also looks up the order option from [date.order](https://github.com/rails/rails/blob/master/activesupport/lib/active_support/locale/en.yml#L18) (unless you pass the option explicitly). All date selection helpers translate the prompt using the translations in the [datetime.prompts](https://github.com/rails/rails/blob/master/actionview/lib/action_view/locale/en.yml#L39) scope if applicable.