Give consistency to short months in Spanish

This commit is contained in:
Juan Saavedra 2023-04-30 00:39:07 -04:00 committed by Nick Hall
parent 5e1d36b0ad
commit 3a7b17af01

View File

@ -120,14 +120,14 @@ class DateDisplayES(DateDisplay):
"junio", "julio", "agosto", "septiembre", "octubre",
"noviembre", "diciembre" )
short_months = ( "", "enero", "feb.", "marzo", "abr.", "mayo",
"jun.", "jul.", "agosto", "set.", "oct.", "nov.",
short_months = ( "", "ene", "feb", "mar", "abr", "may",
"jun", "jul", "ago", "sep", "oct", "nov",
"dic" )
calendar = (
"", "Juliano", "Hebreo",
"Revolucionario", "Persa", "Islámico",
"Swedish"
"Revolucionario francés", "Persa", "Islámico",
"Sueco"
)
_mod_str = ("", "antes de ", "después de ", "hacia ", "", "", "")