switch to using XLF as build process uses that. (#1305)

This commit is contained in:
Alex Ma
2021-11-17 09:39:02 -08:00
committed by GitHub
parent 2e7bac5659
commit 8ea1e25233

View File

@@ -4,8 +4,8 @@
"LanguageSet": "AzureKatal_Languages",
"LocItems": [
{
"SourceFile": "src\\Microsoft.SqlTools.ServiceLayer\\Localization\\sr.resx",
"LclFile": "src\\Microsoft.SqlTools.ServiceLayer\\Localization\\LCL\\{Lang}\\sr.resx.lcl",
"SourceFile": "src\\Microsoft.SqlTools.ServiceLayer\\Localization\\sr.xlf",
"LclFile": "src\\Microsoft.SqlTools.ServiceLayer\\Localization\\LCL\\{Lang}\\sr.xlf.lcl",
"CopyOption": "LangIDOnName",
"OutputPath": "src\\Microsoft.SqlTools.ServiceLayer\\Localization"
}