| Class | DateTime |
| In: |
vendor/plugins/gettext_localize/lib/gettext_localize_extend.rb
|
| Parent: | Object |
# File vendor/plugins/gettext_localize/lib/gettext_localize_extend.rb, line 157
157: def localized_formats
158: { :default => s_("datetime|default|%a %b %d %H:%M:%S %Y"),
159: :short => s_("datetime|short|%e %b"),
160: :long => s_("datetime|long|%B %e, %Y"),
161: }
162: end