Skip to content

Commit

Permalink
Translation issue
Browse files Browse the repository at this point in the history
Removed french description and translated them to english
  • Loading branch information
creadicted authored May 21, 2018
1 parent a8c2b63 commit 35354b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/environments/set_profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ var path = require('path');
// use:
var profile = process.env.ENV ? process.env.ENV : 'local';

console.log('Déplacement du template de fichier de détection de configuration ...');
console.log('Moving the configuration detection file template ...');
fs.copySync(path.resolve(__dirname,'./app.config.ts.tpl'), path.resolve(__dirname,'../../src/app/app.config.ts'));

console.log('Application du profil : ' + profile);
console.log('Application profile: ' + profile);

replace({
regex: "'PROFILE'",
Expand Down

0 comments on commit 35354b1

Please sign in to comment.