Skip to content

Commit

Permalink
Fix example locale file for benchmark with newer yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed May 7, 2014
1 parent 5749667 commit 7a8489d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions benchmark/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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:
Expand Down Expand Up @@ -131,7 +134,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:
Expand All @@ -145,4 +151,4 @@ en:
array:
words_connector: ", "
two_words_connector: " and "
last_word_connector: ", and "
last_word_connector: ", and "

0 comments on commit 7a8489d

Please sign in to comment.