Skip to content

Commit 09c4809

Browse files
committed
Translate to Simplified Chinese
1 parent cddbe9e commit 09c4809

File tree

2 files changed

+1089
-1085
lines changed

2 files changed

+1089
-1085
lines changed

projects/language.vcxproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
1919
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
2020
<ConfigurationType>DynamicLibrary</ConfigurationType>
21-
<CharacterSet>Unicode</CharacterSet>
21+
<CharacterSet>MultiByte</CharacterSet>
2222
<WholeProgramOptimization>true</WholeProgramOptimization>
2323
</PropertyGroup>
2424
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2525
<ConfigurationType>DynamicLibrary</ConfigurationType>
26-
<CharacterSet>Unicode</CharacterSet>
26+
<CharacterSet>MultiByte</CharacterSet>
2727
</PropertyGroup>
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
2929
<ImportGroup Label="ExtensionSettings">
@@ -103,7 +103,7 @@
103103
<LinkLibraryDependencies>false</LinkLibraryDependencies>
104104
</ProjectReference>
105105
<Link>
106-
<OutputFile>$(OutDir)english.nlg</OutputFile>
106+
<OutputFile>$(OutDir)Chinese (Simplefied).nlg</OutputFile>
107107
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
108108
<GenerateDebugInformation>false</GenerateDebugInformation>
109109
<SubSystem>Windows</SubSystem>
@@ -119,7 +119,10 @@
119119
</Link>
120120
</ItemDefinitionGroup>
121121
<ItemGroup>
122-
<ResourceCompile Include="..\source\win32\language\language.rc" />
122+
<ResourceCompile Include="..\source\win32\language\language.rc">
123+
<Culture Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">0x0804</Culture>
124+
<Culture Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">0x0804</Culture>
125+
</ResourceCompile>
123126
</ItemGroup>
124127
<ItemGroup>
125128
<ClInclude Include="..\source\win32\language\resource.h" />

0 commit comments

Comments
 (0)