Skip to content

Commit

Permalink
Merge pull request #104 from jtapia/master
Browse files Browse the repository at this point in the history
Fix issue with wrong date format
  • Loading branch information
kennyadsl committed Jan 18, 2018
2 parents 1869aff + 9e8949a commit 79609ab
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions config/locales/es-MX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,11 @@ es-MX:
not_saved:
one: '1 error impidió guardar este(a) %{resource}:'
other: "%{count} errores impidieron guardar este(a) %{resource}:"
time:
formats:
solidus:
long: '%B %d, %Y %-l:%M %p'
short: "%b %-d '%y %-l:%M%P"
spree:
abbreviation: Abreviatura
accept:
Expand Down Expand Up @@ -566,8 +571,8 @@ es-MX:
date_completed: Fecha completada
date_picker:
first_day:
format: Año/mes/día
js_format: aa/mm/dd
format: "%d/%m/%Y"
js_format: dd/mm/yy
date_range: Rango de Fecha
default: Por omisión
default_refund_amount:
Expand Down

0 comments on commit 79609ab

Please sign in to comment.