// Sources: https://www.wikilengua.org/index.php/Abreviaciones_en_fechas export default { wide: [ 'abril', 'agosto', 'diciembre', 'enero', 'febrero', 'julio', 'junio', 'marzo', 'mayo', 'noviembre', 'octubre', 'septiembre', ], abbr: [ 'abr', 'ago', 'dic', 'ene', 'feb', 'jul', 'jun', 'mar', 'may', 'nov', 'oct', 'sep', ], abbr_context: [ 'abr.', 'ag.', 'dic.', 'en.', 'febr.', 'jul.', 'jun.', 'my.', 'mzo.', 'nov.', 'oct.', 'sept.', ], };