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:
parent
b3dcbedc67
commit
756f762cdb
1 changed files with 3 additions and 2 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue