Skip to content

Commit

Permalink
[loc] Fix location of StringResources for loc
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarinho committed Mar 14, 2022
1 parent 3b391c0 commit 00bb62c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions eng/automation/LocProject.json
Expand Up @@ -4,10 +4,10 @@
"LanguageSet": "VS_Main_Languages",
"LocItems": [
{
"SourceFile": "src\\Compatibility\\Core\\src\\iOS\\Resources\\StringResources.resx",
"LclFile": "loc\\{Lang}\\src\\Compatibility\\Core\\src\\iOS\\Resources\\StringResources.resx.lcl",
"SourceFile": "src\\Controls\\src\\Core\\Compatibility\\iOS\\Resources\\StringResources.resx",
"LclFile": "loc\\{Lang}\\src\\Controls\\src\\Core\\Compatibility\\iOS\\Resources\\StringResources.resx.lcl",
"CopyOption": "LangIDOnName",
"OutputPath": "src\\Compatibility\\Core\\src\\iOS\\Resources\\"
"OutputPath": "src\\Controls\\src\\Core\\Compatibility\\iOS\\Resources\\"
},
{
"SourceFile": "src\\Controls\\src\\Build.Tasks\\ErrorMessages.resx",
Expand All @@ -20,4 +20,5 @@
"CloneLanguageSet": ""
}
]
}
}
src/Controls/src/Core/Compatibility/iOS/Resources/StringResources.cs.resx

0 comments on commit 00bb62c

Please sign in to comment.