From e531abfeb4b001379e86fc37ae28e02022651c5f Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Tue, 31 Aug 2021 13:48:59 -0700 Subject: [PATCH] removed azdata.xlf as its no longer relevant (#16951) --- build/gulpfile.vscode.js | 1 - resources/xlf/LocProject.json | 6 ------ 2 files changed, 7 deletions(-) diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js index 71eea44795..8c47065747 100644 --- a/build/gulpfile.vscode.js +++ b/build/gulpfile.vscode.js @@ -116,7 +116,6 @@ const extensionsFilter = filter([ '**/agent.xlf', '**/arc.xlf', '**/asde-deployment.xlf', - '**/azdata.xlf', '**/azurecore.xlf', '**/azurehybridtoolkit.xlf', '**/big-data-cluster.xlf', diff --git a/resources/xlf/LocProject.json b/resources/xlf/LocProject.json index 989f0ef087..65b184954b 100644 --- a/resources/xlf/LocProject.json +++ b/resources/xlf/LocProject.json @@ -26,12 +26,6 @@ "LclFile": "resources\\localization\\LCL\\{Lang}\\asde-deployment.xlf.lcl", "CopyOption": "LangIDOnPath", "OutputPath": "resources\\xlf" - }, - { - "SourceFile": "resources\\xlf\\en\\azdata.xlf", - "LclFile": "resources\\localization\\LCL\\{Lang}\\azdata.xlf.lcl", - "CopyOption": "LangIDOnPath", - "OutputPath": "resources\\xlf" }, { "SourceFile": "resources\\xlf\\en\\azurecore.xlf",