]> git.openstreetmap.org Git - rails.git/commit
Monkey patch rails to work around stupid I18n bug where it looks up
authorTom Hughes <tom@compton.nu>
Mon, 1 Mar 2010 00:55:27 +0000 (00:55 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 1 Mar 2010 00:55:27 +0000 (00:55 +0000)
commit07172166daae9ff670878967b370d7a505389d81
tree3d763732329294c8171533037f6e9168cd7e139f
parent32326df6025c440c6970a828679be0b7d7fafdbb
Monkey patch rails to work around stupid I18n bug where it looks up
time.formats in the locale and then looks for the requested format in
that hash, thereby not doing fallback correctly. To make things worse
it then defaults to just using the requested format name as the format...
config/initializers/i18n.rb