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 41406f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down

0 comments on commit 41406f2

Please sign in to comment.