Skip to content

Commit

Permalink
switch chinese translations to just zh
Browse files Browse the repository at this point in the history
  • Loading branch information
kspearrin committed Dec 23, 2016
1 parent 4c19450 commit 548132c
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 593 deletions.
9 changes: 9 additions & 0 deletions src/App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>AppResources.es.resx</DependentUpon>
</Compile>
<Compile Include="Resources\AppResources.zh.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>AppResources.zh.resx</DependentUpon>
</Compile>
<Compile Include="Services\AppIdService.cs" />
<Compile Include="Abstractions\Services\ILockService.cs" />
<Compile Include="Services\LockService.cs" />
Expand Down Expand Up @@ -197,6 +202,10 @@
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>AppResources.es.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\AppResources.zh.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>AppResources.zh.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\public_suffix_list.dat" />
</ItemGroup>
<ItemGroup>
Expand Down
Empty file.
File renamed without changes.

0 comments on commit 548132c

Please sign in to comment.