Skip to content

Commit

Permalink
Translate to Simplified Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
zdg-kinlon committed Aug 13, 2024
1 parent cddbe9e commit 09c4809
Show file tree
Hide file tree
Showing 2 changed files with 1,089 additions and 1,085 deletions.
11 changes: 7 additions & 4 deletions projects/language.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down Expand Up @@ -103,7 +103,7 @@
<LinkLibraryDependencies>false</LinkLibraryDependencies>
</ProjectReference>
<Link>
<OutputFile>$(OutDir)english.nlg</OutputFile>
<OutputFile>$(OutDir)Chinese (Simplefied).nlg</OutputFile>
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
<GenerateDebugInformation>false</GenerateDebugInformation>
<SubSystem>Windows</SubSystem>
Expand All @@ -119,7 +119,10 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ResourceCompile Include="..\source\win32\language\language.rc" />
<ResourceCompile Include="..\source\win32\language\language.rc">
<Culture Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">0x0804</Culture>
<Culture Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">0x0804</Culture>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\source\win32\language\resource.h" />
Expand Down
Loading

0 comments on commit 09c4809

Please sign in to comment.