Skip to content

Commit 35354b1

Browse files
authored
Translation issue
Removed french description and translated them to english
1 parent a8c2b63 commit 35354b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: hooks/environments/set_profile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ var path = require('path');
66
// use:
77
var profile = process.env.ENV ? process.env.ENV : 'local';
88

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

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

1414
replace({
1515
regex: "'PROFILE'",

0 commit comments

Comments
 (0)