Skip to content

Commit 4e464dc

Browse files
authored
Updated LocProject.json: Fixed casing (Localization -> localization) in 'SourceFile' and extension ({Lang}.resx -> {Lang}.json) in 'OutputPath' (#5557)
* Update LocProject.json * Update LocProject.json
1 parent a15a06c commit 4e464dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

localize/LocProject.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"_CloneLanguageSet.comment": "Find the details at https://dev.azure.com/ceapex/CEINTL/_git/SWSys-Build-XLoc?path=/src/OneBranchPackages/Localization.Languages/Localization.CloneLanguageSets.json",
99
"LocItems": [
1010
{
11-
"SourceFile": "packages\\api\\src\\Localization\\en-US.json",
12-
"OutputPath": "packages\\api\\src\\Localization\\{Lang}.resx",
11+
"SourceFile": "packages\\api\\src\\localization\\en-US.json",
12+
"OutputPath": "packages\\api\\src\\localization\\{Lang}.json",
1313
"CopyOption": "UsePlaceholders"
1414
}
1515
]

0 commit comments

Comments
 (0)