diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-04-16 13:03:20 -0700 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-04-16 14:19:31 -0700 |
commit | dc94d813e2d158c5a284212c5d8146c677dbb877 (patch) | |
tree | f0059237c4f839b68079d6ed9550fd691deac020 /activesupport | |
parent | 9f26f95d4a31f2ade3e1a26d783fa536e14bf2d0 (diff) | |
download | rails-dc94d813e2d158c5a284212c5d8146c677dbb877.tar.gz rails-dc94d813e2d158c5a284212c5d8146c677dbb877.tar.bz2 rails-dc94d813e2d158c5a284212c5d8146c677dbb877.zip |
fixing invalid yaml [#4418 state:resolved]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/lib/active_support/locale/en.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/locale/en.yml b/activesupport/lib/active_support/locale/en.yml index e604c9ee8c..49ad192bf1 100644 --- a/activesupport/lib/active_support/locale/en.yml +++ b/activesupport/lib/active_support/locale/en.yml @@ -15,7 +15,10 @@ en: month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December] abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec] # Used in date_select and datime_select. - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: |