diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-05 12:36:10 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-10-05 12:36:10 +0000 |
commit | 4df979fdc2f7dd001013635cabb3405e505e88fe (patch) | |
tree | abd3a5e35d8d48a9d1bd0a15542a4f993d503cc8 /config/locales | |
parent | 6d6f42c6a9be5d140beae17e77574246dd7a1012 (diff) | |
download | redmine-4df979fdc2f7dd001013635cabb3405e505e88fe.tar.gz redmine-4df979fdc2f7dd001013635cabb3405e505e88fe.zip |
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
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/es.yml | 4 |
1 files 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 |