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

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

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 => {