Skip to content

Commit

Permalink
fix: #6 add spanish weeks and months
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianrbp committed Aug 10, 2024
1 parent a95566f commit 732bde1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions backend/config/locales/es.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
es:
date:
day_names:
- Domingo
- Lunes
- Martes
- Miércoles
- Jueves
- Viernes
- Sábado
month_names:
- Enero
- Enero
- Febrero
- Marzo
- Abril
- Mayo
- Junio
- Julio
- Agosto
- Septiembre
- Octubre
- Noviembre
- Diciembre
formats:
default: "%d/%m/%Y"
long: "%A %d de %B"
time:
am: "AM"
pm: "PM"

0 comments on commit 732bde1

Please sign in to comment.