Skip to content

Commit ec11bcd

Browse files
author
Paul van Brenk
committed
Fix up filename for localization
1 parent 3d047ee commit ec11bcd

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Nodejs/Product/InteractiveWindow/InteractiveWindow.csproj

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

Nodejs/Product/Nodejs/Nodejs.csproj

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

Nodejs/Product/Npm/Npm.csproj

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

Nodejs/Product/ProjectWizard/ProjectWizard.csproj

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

loc/lcl/.folder

Whitespace-only changes.

0 commit comments

Comments
 (0)