Fix transliteration rule example in docs. [#4526 state:resolved]

Signed-off-by: Xavier Noria <fxn@hashref.com>
This commit is contained in:
Norman Clarke 2010-05-03 10:16:38 -03:00 committed by Xavier Noria
parent b3dcbedc67
commit 756f762cdb
1 changed files with 3 additions and 2 deletions

View File

@ -24,8 +24,9 @@ module ActiveSupport
# # Store the transliterations in locales/de.yml
# i18n:
# transliterate:
# ü: "ue"
# ö: "oe"
# :rule
# ü: "ue"
# ö: "oe"
#
# # Or set them using Ruby
# I18n.backend.store_translations(:de, :i18n => {