Fixes for language resources

This commit is contained in:
Kyle Spearrin 2016-12-24 22:43:50 -05:00
parent 442c2294e9
commit 14dc42e148
6 changed files with 17 additions and 4 deletions

View File

@ -163,10 +163,15 @@
<DesignTime>True</DesignTime>
<DependentUpon>AppResources.es.resx</DependentUpon>
</Compile>
<Compile Include="Resources\AppResources.zh.Designer.cs">
<Compile Include="Resources\AppResources.sv.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>AppResources.zh.resx</DependentUpon>
<DependentUpon>AppResources.sv.resx</DependentUpon>
</Compile>
<Compile Include="Resources\AppResources.zh-Hans.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>AppResources.zh-Hans.resx</DependentUpon>
</Compile>
<Compile Include="Services\AppIdService.cs" />
<Compile Include="Abstractions\Services\ILockService.cs" />
@ -204,9 +209,13 @@
<Generator>PublicResXFileCodeGenerator</Generator>
<LastGenOutput>AppResources.es.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\AppResources.zh.resx">
<EmbeddedResource Include="Resources\AppResources.sv.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>AppResources.zh.Designer.cs</LastGenOutput>
<LastGenOutput>AppResources.sv.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\AppResources.zh-Hans.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>AppResources.zh-Hans.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Include="Resources\public_suffix_list.dat" />
</ItemGroup>

View File

View File

@ -72,6 +72,8 @@
<key>CFBundleLocalizations</key>
<array>
<string>es</string>
<string>zh-Hans</string>
<string>sv</string>
</array>
</dict>
</plist>

View File

@ -86,6 +86,8 @@
<key>CFBundleLocalizations</key>
<array>
<string>es</string>
<string>zh-Hans</string>
<string>sv</string>
</array>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>