Update XLF files and fix errors with export (#7586)

* Update XLF files and fix errors with export

* Update file name

* Patch
This commit is contained in:
Karl Burtram
2019-10-10 20:47:28 -07:00
committed by GitHub
parent 248464191d
commit c292561eb1
13 changed files with 1639 additions and 4271 deletions

View File

@@ -9,8 +9,9 @@ import { ErrorAction, ErrorHandler, Message, CloseAction } from 'vscode-language
import * as Utils from './utils';
import * as Constants from './constants';
import { localize } from './localize';
import * as nls from 'vscode-nls';
const localize = nls.loadMessageBundle();
const packageJson = require('../package.json');
const viewKnownIssuesAction = localize('viewKnownIssuesText', "View Known Issues");