Skip to content

Commit

Permalink
Enabled hungarian language
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCichecki committed Jan 4, 2025
1 parent ffd39a3 commit 5adf2e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LenovoLegionToolkit.WPF/LenovoLegionToolkit.WPF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ApplicationManifest>app.manifest</ApplicationManifest>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<NeutralLanguage>en</NeutralLanguage>
<SatelliteResourceLanguages>ar;bg;cs;de;en;el;es;fr;it;ja;lv;nl;nl-nl;pl;pt;pt-br;ro;ru;sk;uk;tr;vi;zh;zh-hans;zh-hant</SatelliteResourceLanguages>
<SatelliteResourceLanguages>ar;bg;cs;de;en;el;es;fr;hu;it;ja;lv;nl;nl-nl;pl;pt;pt-br;ro;ru;sk;uk;tr;vi;zh;zh-hans;zh-hant</SatelliteResourceLanguages>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>portable</DebugType>
Expand Down
1 change: 1 addition & 0 deletions LenovoLegionToolkit.WPF/Utils/LocalizationHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public static class LocalizationHelper
new("el"),
new("es"),
new("fr"),
new("hu"),
new("it"),
new("ja"),
new("lv"),
Expand Down
1 change: 1 addition & 0 deletions make_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Name: "cs"; MessagesFile: "compiler:Languages\Czech.isl"
Name: "nlnl"; MessagesFile: "compiler:Languages\Dutch.isl"
Name: "fr"; MessagesFile: "compiler:Languages\French.isl"
Name: "de"; MessagesFile: "compiler:Languages\German.isl"
Name: "hu"; MessagesFile: "compiler:Languages\Hungarian.isl"
Name: "it"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
Name: "pl"; MessagesFile: "compiler:Languages\Polish.isl"
Expand Down

0 comments on commit 5adf2e3

Please sign in to comment.