Skip to content

Commit

Permalink
Remove unneeded file, add warning about old files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cibernox committed May 28, 2018
1 parent d19bb87 commit 6dc9833
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions bin/ember-i18n-intl-migrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const translationTransform = require('../lib/translation-transform');

try {
translationTransform(argv.type);
console.log(chalk.yellow("Your new translations have been stored in /translations, but your old translation files have not been removed. Please review the result and delete the old translation files if satisfied."));
} catch (e) {
console.error(chalk.red(e.stack));
process.exit(-1);
Expand Down
3 changes: 0 additions & 3 deletions lib/inject-transform.js

This file was deleted.

0 comments on commit 6dc9833

Please sign in to comment.