Write new translation on a new line

This commit is contained in:
Hannu Lyytikainen 2018-11-26 14:00:49 +02:00
parent aeb3369914
commit 3f18707e72

View file

@ -225,7 +225,7 @@ const addTranslation = (targetLang, key, source) => {
targetLang
)} for the key ${chalk.blueBright(key)}. The current ${
SOURCE_LANG.name
} translation is ${chalk.green(source[key])}`,
} translation is ${chalk.green(source[key])} \n`,
},
]);
};