From 4df979fdc2f7dd001013635cabb3405e505e88fe Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Fri, 5 Oct 2012 12:36:10 +0000 Subject: [PATCH] fix incorrect Spanish "September" month name (#12027) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Contributed by Bruno Orcha GarcĂ­a. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10567 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/es.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/es.yml b/config/locales/es.yml index 3e1387b46..f170018c4 100644 --- a/config/locales/es.yml +++ b/config/locales/es.yml @@ -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