added simplified chinese string resources.

This commit is contained in:
morkt 2016-04-13 18:07:06 +04:00
parent 4d3f883292
commit a76b432846
3 changed files with 3 additions and 0 deletions

View File

@ -304,6 +304,7 @@
<Compile Include="YuRis\ImageYCG.cs" />
<Compile Include="Zyx\ArcBDF.cs" />
<Compile Include="Zyx\ImageSPL.cs" />
<EmbeddedResource Include="Strings\arcStrings.zh-CN.resx" />
<None Include="ArcSeraph.cs" />
<Compile Include="ArcSPack.cs" />
<Compile Include="NitroPlus\ArcSteinsGate.cs" />

View File

@ -88,6 +88,7 @@
<LastGenOutput>garStrings.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Strings\garStrings.ru-RU.resx" />
<EmbeddedResource Include="Strings\garStrings.zh-CN.resx" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />

View File

@ -39,3 +39,4 @@ Author
Written by [morkt](https://github.com/morkt/GARbro) under [MIT License](https://github.com/morkt/GARbro/blob/master/LICENSE).
Korean translation by [mireado](https://github.com/mireado)
Simplified Chinese translation by [tenyuhuang](https://github.com/tenyuhuang)