From 96b488b992865242ea44f684d3fc3068de7d5dcf Mon Sep 17 00:00:00 2001 From: "Fernando G. Vilar" Date: Wed, 28 Nov 2018 15:02:48 +0700 Subject: Add translation to Spanish (#8) --- data/months_es.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/months_es.yaml (limited to 'data') diff --git a/data/months_es.yaml b/data/months_es.yaml new file mode 100644 index 0000000..e2fc147 --- /dev/null +++ b/data/months_es.yaml @@ -0,0 +1,12 @@ +1: "enero" +2: "febrero" +3: "marzo" +4: "abril" +5: "mayo" +6: "junio" +7: "julio" +8: "agosto" +9: "septiembre" +10: "octubre" +11: "noviembre" +12: "diciembre" -- cgit v1.2.3