| Class | Time |
| In: |
vendor/plugins/gettext_localize/lib/gettext_localize_extend.rb
|
| Parent: | Object |
| to_s | -> | to_s_nolocale |
| to_s_locale | -> | to_s |
| strftime | -> | strftime_nolocale |
| strftime_locale | -> | strftime |
# File vendor/plugins/gettext_localize/lib/gettext_localize_extend.rb, line 138
138: def localized_formats
139: { :default => s_("time|default|%a %b %d %H:%M:%S %Z %Y"),
140: :short => s_("time|short|%d %b %H:%M"),
141: :long => s_("time|long|%B %d, %Y %H:%M"),
142: }
143: end