Browse Source

Fix indentation in LocProject.json (#10349)

Fix indentation in loc file
pull/10325/head
Loni Tra 2 years ago
committed by GitHub
parent
commit
24c362b81d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      eng/Localize/LocProject.json

6
eng/Localize/LocProject.json

@ -178,9 +178,9 @@
"OutputPath": ".\\src\\System.Windows.Forms.Design\\src\\System\\Windows\\Forms\\Design\\xlf\\"
},
{
"SourceFile": ".\\src\\System.Windows.Forms.Design\\src\\System\\Windows\\Forms\\Design\\xlf\\StyleCollectionEditor.xlf",
"CopyOption": "LangIDOnName",
"OutputPath": ".\\src\\System.Windows.Forms.Design\\src\\System\\Windows\\Forms\\Design\\xlf\\"
"SourceFile": ".\\src\\System.Windows.Forms.Design\\src\\System\\Windows\\Forms\\Design\\xlf\\StyleCollectionEditor.xlf",
"CopyOption": "LangIDOnName",
"OutputPath": ".\\src\\System.Windows.Forms.Design\\src\\System\\Windows\\Forms\\Design\\xlf\\"
},
{
"SourceFile": ".\\src\\System.Windows.Forms.Primitives\\src\\Resources\\xlf\\SR.xlf",

Loading…
Cancel
Save