From 756f762cdb1ee5ad0046e40e3620399d1707fee7 Mon Sep 17 00:00:00 2001 From: Norman Clarke Date: Mon, 3 May 2010 10:16:38 -0300 Subject: [PATCH] Fix transliteration rule example in docs. [#4526 state:resolved] Signed-off-by: Xavier Noria --- activesupport/lib/active_support/inflector/transliterate.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/activesupport/lib/active_support/inflector/transliterate.rb b/activesupport/lib/active_support/inflector/transliterate.rb index 5ec87372d0d8d..2c9115c4274a5 100644 --- a/activesupport/lib/active_support/inflector/transliterate.rb +++ b/activesupport/lib/active_support/inflector/transliterate.rb @@ -24,8 +24,9 @@ module Inflector # # 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 => {