From 1d695cc2030cea0d5a63724dc19e0f349bb9b7b6 Mon Sep 17 00:00:00 2001 From: Kumar Abhirup Date: Sun, 2 Dec 2018 19:24:22 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Meleee=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- package.json | 2 +- src/lib/i18n/strings.json | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 40e7c6d..a37e6a6 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ bulk-mail-cli by Kumar Abhirup [![Type](https://img.shields.io/badge/type-CLI-yellow.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli) -[![stage](https://img.shields.io/badge/stage-MVP%20%F0%9F%94%A5-000000.svg?style=flat-square)](https://github.com/KumarAbhirup/bulk-mail-cli/tree/development) +[![stage](https://img.shields.io/badge/stage-Testing%20%F0%9F%94%A5-000000.svg?style=flat-square)](https://github.com/KumarAbhirup/bulk-mail-cli/tree/development) [![npm](https://img.shields.io/badge/npm-bulk--mail--cli-CB3837.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli) -[![Version](https://img.shields.io/badge/version-v0.1.0-green.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli) +[![Version](https://img.shields.io/badge/version-v0.2.0-green.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli) [![Prefers](https://img.shields.io/badge/prefers-Global%20Installation-blue.svg?style=flat-square)](https://www.npmjs.com/package/bulk-mail-cli) [![Twitter](https://img.shields.io/twitter/follow/kumar_abhirup.svg?style=social&label=@kumar_abhirup)](https://twitter.com/kumar_abhirup/) diff --git a/package.json b/package.json index bc965e6..748168e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulk-mail-cli", - "version": "0.1.0", + "version": "0.2.0", "description": "Send automated, dynamic and beautifully designed HTML emails to your mailing list. Right from your terminal!", "main": "src/dist/src/bulkmailer.js", "author": "Kumar Abhirup", diff --git a/src/lib/i18n/strings.json b/src/lib/i18n/strings.json index 88b5f6e..9cbefcd 100644 --- a/src/lib/i18n/strings.json +++ b/src/lib/i18n/strings.json @@ -135,9 +135,9 @@ "in": " Please choose a .html file. TRY AGAIN! 😒" }, "column_missing": { - "en": " The .csv file has no column named 'email'. 🤮", - "cn": " The .csv file has no column named 'email'. 🤮", - "in": " The .csv file has no column named 'email'. 🤮" + "en": " The .csv file has no column named 'email' or is empty! 🤮", + "cn": " The .csv file has no column named 'email' or is empty! 🤮", + "in": " The .csv file has no column named 'email' or is empty! 🤮" }, "cannot_mail_wrong_credentials": { "en": "\nCannot mail without right service credentials. 👻\n\n", @@ -145,9 +145,9 @@ "in": "\nCannot mail without right service credentials. 👻\n\n" }, "fill_wisely": { - "en": "\nPlease fill the below fields wisely... \nAnd also be ready with a good internet connection! \n^wLet the process not stop in the middle! 👨🏻‍💻^\n", - "cn": "\nPlease fill the below fields wisely... \nAnd also be ready with a good internet connection! \n^wLet the process not stop in the middle! 👨🏻‍💻^\n", - "in": "\nPlease fill the below fields wisely... \nAnd also be ready with a good internet connection! \n^wLet the process not stop in the middle! 👨🏻‍💻^\n" + "en": "\n\nPlease fill the below fields wisely... \nAnd also be ready with a good internet connection! \n^wLet the process not stop in the middle! 👨🏻‍💻^\n", + "cn": "\n\nPlease fill the below fields wisely... \nAnd also be ready with a good internet connection! \n^wLet the process not stop in the middle! 👨🏻‍💻^\n", + "in": "\n\nPlease fill the below fields wisely... \nAnd also be ready with a good internet connection! \n^wLet the process not stop in the middle! 👨🏻‍💻^\n" }, "please_enter_from": { "en": "\n\nMail from: ",