Skip to content

Commit

Permalink
Merge pull request rails#12776 from derekprior/dp-i18n-doc-fix
Browse files Browse the repository at this point in the history
Clarify HTML Safe Translations
  • Loading branch information
rafaelfranca committed Nov 5, 2013
2 parents 813c8c0 + 0e41b0a commit 81a528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ I18n.default_locale = :de

### Using Safe HTML Translations

Keys with a '_html' suffix and keys named 'html' are marked as HTML safe. Use them in views without escaping.
Keys with a '_html' suffix and keys named 'html' are marked as HTML safe. When you use them in views the HTML will not be escaped.

```yaml
# config/locales/en.yml
Expand Down

0 comments on commit 81a528f

Please sign in to comment.