From acdc20d48616eb463179a3fd52b4b1986e290b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 5 Dec 2018 20:00:33 +0100 Subject: [PATCH] Reading months to translation (included in the extraction tool too) (#9953) --- i18n/en.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/i18n/en.json b/i18n/en.json index 0ae47d4e8d..7e2933ce94 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -1,4 +1,52 @@ [ + { + "id": "April", + "translation": "April" + }, + { + "id": "August", + "translation": "August" + }, + { + "id": "December", + "translation": "December" + }, + { + "id": "February", + "translation": "February" + }, + { + "id": "January", + "translation": "January" + }, + { + "id": "July", + "translation": "July" + }, + { + "id": "June", + "translation": "June" + }, + { + "id": "March", + "translation": "March" + }, + { + "id": "May", + "translation": "May" + }, + { + "id": "November", + "translation": "November" + }, + { + "id": "October", + "translation": "October" + }, + { + "id": "September", + "translation": "September" + }, { "id": "actiance.export.marshalToXml.appError", "translation": "Unable to convert export to XML."