mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Write new translation on a new line
This commit is contained in:
parent
aeb3369914
commit
3f18707e72
1 changed files with 1 additions and 1 deletions
|
|
@ -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`,
|
||||
},
|
||||
]);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue