Browse Source

fix incorrect Spanish "September" month name (#12027)

Contributed by Bruno Orcha García.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10567 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.2.0
Toshi MARUYAMA 11 years ago
parent
commit
4df979fdc2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      config/locales/es.yml

+ 2
- 2
config/locales/es.yml View File

@@ -159,8 +159,8 @@ es:
abbr_day_names: [Dom, Lun, Mar, Mie, Jue, Vie, Sab]

# 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, Setiembre, Octubre, Noviembre, Diciembre]
abbr_month_names: [~, Ene, Feb, Mar, Abr, May, Jun, Jul, Ago, Set, 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:
- :year

Loading…
Cancel
Save