order of birthday is now correct for US english, also, you birthday actually sticks on the getting started page
This commit is contained in:
parent
e4e3a7493c
commit
10df61a504
2 changed files with 2 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
%h4
|
%h4
|
||||||
= t('people.edit.your_birthday')
|
= t('people.edit.your_birthday')
|
||||||
%br
|
%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
|
%h4
|
||||||
= t('people.edit.your_bio')
|
= t('people.edit.your_bio')
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,9 @@
|
||||||
month_names: [~, January, February, March, April, May, June, July, August, September, October, November, December]
|
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]
|
abbr_month_names: [~, Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec]
|
||||||
order:
|
order:
|
||||||
- :year
|
|
||||||
- :month
|
- :month
|
||||||
- :day
|
- :day
|
||||||
|
- :year
|
||||||
time:
|
time:
|
||||||
formats:
|
formats:
|
||||||
default: "%a, %d %b %Y %H:%M:%S %z"
|
default: "%a, %d %b %Y %H:%M:%S %z"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue