From 0804779a2074cbbd0818cbe1d4287179338e5ad5 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 1 Jun 2018 11:57:32 -0400 Subject: [PATCH] don't sync i18n files anymore --- lib/i18n/locales/en.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/i18n/locales/en.json b/lib/i18n/locales/en.json index aa3084f4..bf20868d 100644 --- a/lib/i18n/locales/en.json +++ b/lib/i18n/locales/en.json @@ -161,5 +161,10 @@ "Cannot upload: {{platform}} node is not running on {{url}}.": "Cannot upload: {{platform}} node is not running on {{url}}.", "Cannot start {{platform}} node on {{url}}.": "Cannot start {{platform}} node on {{url}}.", "Storage process for swarm ended before the end of this process. Code: 0": "Storage process for swarm ended before the end of this process. Code: 0", - "error uploading to swarm": "error uploading to swarm" + "error uploading to swarm": "error uploading to swarm", + "IPFS node detected": "IPFS node detected", + "Ethereum node detected": "Ethereum node detected", + "Starting swarm process": "Starting swarm process", + "Deployment Done": "Deployment Done", + "Name your app (default is %s):": "Name your app (default is %s):" }