rails/activesupport/lib/active_support/locale
Chris McGrath 6bb784eab0 Remove i18n symbol dependency
date.order is the only key in rails i18n that is required to be a
symbol. This patch allows for symbols or strings which means:

* No requirement for symbol type in .yml files. A future
  YAML.safe_load wouldn't need to load symbols
* Rails could actually use json rather than yml as the backend
2013-01-17 15:21:26 +00:00
..
en.yml Remove i18n symbol dependency 2013-01-17 15:21:26 +00:00