Skip to content

Commit af23881

Browse files
authored
Merge pull request #1620 from paulvanbrenk/casingFix
Fix casing for loc task
2 parents 9176b7d + 09b3fdc commit af23881

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@
156156
</ItemGroup>
157157
<ItemGroup>
158158
<FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll">
159-
<TranslationFile>$(BuildRoot)\loc\lcl\{lang}\$(AssemblyName).dll.lcl</TranslationFile>
160-
<LciCommentFile>$(BuildRoot)\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
159+
<TranslationFile>$(BuildRoot)loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile>
160+
<LciCommentFile>$(BuildRoot)loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
161161
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
162162
<InProject>false</InProject>
163163
</FilesToLocalize>

Nodejs/Product/Nodejs/Nodejs.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,8 +1014,8 @@
10141014
</ItemGroup>
10151015
<ItemGroup>
10161016
<FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll">
1017-
<TranslationFile>$(BuildRoot)\loc\lcl\{lang}\$(AssemblyName).dll.lcl</TranslationFile>
1018-
<LciCommentFile>$(BuildRoot)\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
1017+
<TranslationFile>$(BuildRoot)loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile>
1018+
<LciCommentFile>$(BuildRoot)loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
10191019
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
10201020
<InProject>false</InProject>
10211021
</FilesToLocalize>

Nodejs/Product/Npm/Npm.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@
143143
</ItemGroup>
144144
<ItemGroup>
145145
<FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll">
146-
<TranslationFile>$(BuildRoot)\loc\lcl\{lang}\$(AssemblyName).dll.lcl</TranslationFile>
147-
<LciCommentFile>$(BuildRoot)\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
146+
<TranslationFile>$(BuildRoot)loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile>
147+
<LciCommentFile>$(BuildRoot)loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
148148
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
149149
<InProject>false</InProject>
150150
</FilesToLocalize>

Nodejs/Product/ProjectWizard/ProjectWizard.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
</ItemGroup>
108108
<ItemGroup>
109109
<FilesToLocalize Include="$(OutDir)\$(AssemblyName).dll">
110-
<TranslationFile>$(BuildRoot)\loc\lcl\{lang}\$(AssemblyName).dll.lcl</TranslationFile>
111-
<LciCommentFile>$(BuildRoot)\loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
110+
<TranslationFile>$(BuildRoot)loc\lcl\{Lang}\$(AssemblyName).dll.lcl</TranslationFile>
111+
<LciCommentFile>$(BuildRoot)loc\lci\$(AssemblyName).dll.lci</LciCommentFile>
112112
<SettingsFile>$(LSBuildRoot)\MCP_excludeBaml.lss</SettingsFile>
113113
<InProject>false</InProject>
114114
</FilesToLocalize>

0 commit comments

Comments
 (0)