[Loc] cleanup and update localization build filters. (#24114)

* cleaned up build files

* made small adjustments to locfunc
This commit is contained in:
Alex Ma
2023-08-10 09:32:13 -07:00
committed by GitHub
parent 2d1be1b330
commit 6acc9f4a75
4 changed files with 49 additions and 27 deletions

View File

@@ -38,12 +38,24 @@
"LclFile": "resources\\localization\\LCL\\{Lang}\\azurecore.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\azuremonitor.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\azuremonitor.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\cms.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\cms.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\context-builder.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\context-builder.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\dacpac.xlf",
@@ -56,6 +68,12 @@
"LclFile": "resources\\localization\\LCL\\{Lang}\\data-workspace.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\datavirtualization.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\datavirtualization.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\git.xlf",
@@ -104,6 +122,12 @@
"LclFile": "resources\\localization\\LCL\\{Lang}\\query-history.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\query-store.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\query-store.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\resource-deployment.xlf",
@@ -128,6 +152,12 @@
"LclFile": "resources\\localization\\LCL\\{Lang}\\sql-assessment.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\sql-bindings.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\sql-bindings.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\sql-database-projects.xlf",
@@ -140,18 +170,6 @@
"LclFile": "resources\\localization\\LCL\\{Lang}\\sql-migration.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\sql.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\sql.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\xml-language-features.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\xml-language-features.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
}
]
}