public
Description: Date and Time localization based on Rails' i18n functionalities
Homepage: http://www.railway.at
Clone URL: git://github.com/clemens/localized_dates.git
localized_dates / CHANGELOG
100644 10 lines (8 sloc) 0.454 kb
1
2
3
4
5
6
7
8
9
10
[2 October 2008]
* Update initialization to work with latest change to Rails I18n. (Aslak Hellesøy)
* Update localized_dates.rb to use Rails.logger instead of puts. (Andreas Korth)
 
[30 August 2008]
* Support new Rails i18n style for loading/storing translation (YAML and newly structured rb files). See
  http://www.artweb-design.de/2008/8/28/ruby-on-rails-i18n-railsconf-europe-and-globalize2 for details.
 
[3 August 2008]
* Initial release on GitHub.