Skip to content
Extraits de code Groupes Projets
Valider 10df61a5 rédigé par maxwell's avatar maxwell
Parcourir les fichiers

order of birthday is now correct for US english, also, you birthday actually...

order of birthday is now correct for US english, also, you birthday actually sticks on the getting started page
parent e4e3a749
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -25,7 +25,7 @@ ...@@ -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 @@ ...@@ -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"
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter