#1108 把英文的作为默认语言,把中文换成XXX.zh-Hans.resx

This commit is contained in:
igeekfan
2022-05-21 03:07:25 +08:00
parent 747603dbb6
commit cdc9b1c507
10 changed files with 528 additions and 440 deletions

View File

@ -71,11 +71,11 @@
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>DbContextStrings.Designer.cs</LastGenOutput>
</None>
<EmbeddedResource Update="Properties\DbContextStrings.en-US.resx">
<EmbeddedResource Update="Properties\DbContextStrings.resx">
<SubType>Designer</SubType>
<CustomToolNamespace>FreeSql</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Update="Properties\DbContextStrings.resx">
<EmbeddedResource Update="Properties\DbContextStrings.zh-Hans.resx">
<CustomToolNamespace>FreeSql</CustomToolNamespace>
</EmbeddedResource>
</ItemGroup>