order of birthday is now correct for US english, also, you birthday actually sticks on the getting started page

This commit is contained in:
maxwell 2010-12-08 16:35:48 -08:00
parent e4e3a7493c
commit 10df61a504
2 changed files with 2 additions and 3 deletions

View file

@ -25,7 +25,7 @@
%h4
= t('people.edit.your_birthday')
%br
= select_date @person.profile.birthday, :prompt => true, :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1930
= select_date @person.profile.birthday, :prompt => true, :default => true, :order => t('date.order'), :start_year => 2000, :end_year => 1930, :prefix => 'person[profile][date]'
%h4
= t('people.edit.your_bio')

View file

@ -15,10 +15,9 @@
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]
order:
- :year
- :month
- :day
- :year
time:
formats:
default: "%a, %d %b %Y %H:%M:%S %z"