Skip to content

Commit

Permalink
[i18n] fix paths for external extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jan 26, 2018
1 parent 4abe874 commit b7f5db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports.extraLanguages = [
exports.pseudoLanguage = { id: 'pseudo', folderName: 'pseudo', transifexId: 'pseudo' };
// non built-in extensions also that are transifex and need to be part of the language packs
var externalExtensionsWithTranslations = [
"azure-account",
//"azure-account",
"vscode-chrome-debug",
"vscode-chrome-debug-core",
"vscode-node-debug",
Expand Down

0 comments on commit b7f5db9

Please sign in to comment.