Skip to content

Commit

Permalink
add fr-FR and ru-RU language support
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Sep 20, 2016
1 parent ecdec79 commit 453c993
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Hearthstone Deck Tracker/Enums/Language.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.ComponentModel;
using System.ComponentModel;

namespace Hearthstone_Deck_Tracker.Enums
{
Expand All @@ -8,6 +8,10 @@ public enum Language
enUS,
[Description("German")]
deDE,
[Description("French")]
frFR,
[Description("Русский")]
ruRU,
[Description("中文(简体)")]
zhCN
}
Expand Down
8 changes: 8 additions & 0 deletions Hearthstone Deck Tracker/Hearthstone Deck Tracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,14 @@
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Strings.fr-FR.resx">
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Strings.ru-RU.resx">
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Strings.zh-CN.resx">
<SubType>Designer</SubType>
<DependentUpon>Strings.resx</DependentUpon>
Expand Down

0 comments on commit 453c993

Please sign in to comment.