Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Fixing invalid characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
daronco committed Feb 21, 2011
1 parent 815077e commit 39e7e48
Showing 1 changed file with 48 additions and 5 deletions.
53 changes: 48 additions & 5 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,57 @@ es:
short: "%e de %b"
long: "%e de %B de %Y"

day_names: [Domingo, Lunes, Martes, Miércoles, Jueves, Viernes, Sábado]
abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]
abbr_day_names:
- Dom
- Lun
- Mar
- Mie
- Jue
- Vie
- Sab
day_names:
- Domingo
- Lunes
- Martes
- "Mi\xC3\xA9rcoles"
- Jueves
- Viernes
- "S\xC3\xA1bado"

# Don't forget the nil at the beginning; there's no such thing as a 0th month
month_names: [~, Enero, Febrero, Marzo, Abril, Mayo, Junio, Julio, Agosto, Septiembre, Octubre, Noviembre, Diciembre]
abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Sep, Oct, Nov, Dic]
month_names:
-
- Enero
- Febrero
- Marzo
- Abril
- Mayo
- Junio
- Julio
- Agosto
- Septiembre
- Octubre
- Noviembre
- Diciembre
abbr_month_names:
-
- Ene
- Feb
- Mar
- Abr
- May
- Jun
- Jul
- Ago
- Sep
- Oct
- Nov
- Dic
# Used in date_select and datime_select.
order: [ :day, :month, :year ]
order:
- :year
- :month
- :day

time:
formats:
Expand Down

0 comments on commit 39e7e48

Please sign in to comment.