Skip to content

Commit

Permalink
Remove French testing language from gulpfile
Browse files Browse the repository at this point in the history
Signed-off-by: Lauren Li <Lauren.Li@ibm.com>
  • Loading branch information
lauren-li committed Dec 6, 2019
1 parent 97c7ba1 commit ad7ead3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const outDest = 'out';
// For new languages, add { folderName: 'ISO-639-3-Code-for-language', id: 'vscode-locale-id' } to array below
// Ex. for Chinese add: { folderName: 'zho', id: 'zh-cn' }
/* ************************* ADD NEW LANGUAGES HERE ******************************** */
const languages = [{folderName:'fra', id:'fr'}];
const languages = [];
/* ********************************************************************************* */
const cleanTask = function() {
return del(['out/**', 'package.nls.*.json', 'vscode-extension-for-zowe*.vsix']);
Expand Down

0 comments on commit ad7ead3

Please sign in to comment.