From 24c4c512329e9e764823bb61efbecfe0914fa7e6 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 14 May 2018 12:14:05 -0400 Subject: [PATCH] add locales --- lib/i18n/locales/en.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/i18n/locales/en.json b/lib/i18n/locales/en.json index 0ac41e9de..b2788aedf 100644 --- a/lib/i18n/locales/en.json +++ b/lib/i18n/locales/en.json @@ -75,5 +75,15 @@ "writing file": "writing file", "errors found while generating": "errors found while generating", "Looking for documentation? You can find it at": "Looking for documentation? You can find it at", - "Ready": "Ready" + "Ready": "Ready", + "Graph will not include undeployed contracts": "Graph will not include undeployed contracts", + "Graph will not include functions": "Graph will not include functions", + "Graph will not include events": "Graph will not include events", + "Embark Blockchain Using: %s": "Embark Blockchain Using: %s", + "running: %s": "running: %s", + "Initializing Embark Template....": "Initializing Embark Template....", + "Init complete": "Init complete", + "App ready at ": "App ready at ", + "already initialized": "already initialized", + "deployed at": "deployed at" } \ No newline at end of file