# File lib/i18n/tests/localization/time.rb, line 60
60: def setup_time_translations
61: I18n.backend.store_translations :de, {
62: :time => {
63: :formats => {
64: :default => "%a, %d. %b %Y %H:%M:%S %z",
65: :short => "%d. %b %H:%M",
66: :long => "%d. %B %Y %H:%M",
67: },
68: :am => 'am',
69: :pm => 'pm'
70: }
71: }
72: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.