Migrate meses.toml to yaml

This commit is contained in:
BBaoVanC 2021-10-29 21:10:07 -05:00
parent d6876a17b9
commit 9873f62d08
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 12 additions and 12 deletions

View File

@ -1,12 +0,0 @@
1 = "enero"
2 = "febrero"
3 = "marzo"
4 = "abril"
5 = "mayo"
6 = "julio"
7 = "junio"
8 = "agosto"
9 = "septiembre"
10 = "octubre"
11 = "noviembre"
12 = "diciembre"

12
data/meses.yml Normal file
View File

@ -0,0 +1,12 @@
1: "enero"
2: "febrero"
3: "marzo"
4: "abril"
5: "mayo"
6: "julio"
7: "junio"
8: "agosto"
9: "septiembre"
10: "octubre"
11: "noviembre"
12: "diciembre"