Skip to content

Commit

Permalink
Add missing languages
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Oct 10, 2024
1 parent 65adfbf commit 16b215b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bloxstrap.Builder/Bloxstrap.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<ApplicationIcon>Bloxstrap.ico</ApplicationIcon>
<Version>1.0.3</Version>
<FileVersion>1.0.3</FileVersion>
<Version>1.0.4</Version>
<FileVersion>1.0.4</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
3 changes: 3 additions & 0 deletions Bloxstrap.Builder/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ internal class Program
{ "de", "German" },
{ "dk", "Danish" },
{ "es-ES", "Spanish" },
{ "el", "Greek" },
{ "fa", "Persian" },
{ "fi", "Finnish" },
{ "fil", "Filipino" },
{ "fr", "French" },
Expand All @@ -36,6 +38,7 @@ internal class Program
{ "ja", "Japanese" },
{ "ko", "Korean" },
{ "lt", "Lithuanian" },
{ "ms", "Malay" },
{ "no", "Norwegian" },
{ "nl", "Dutch" },
{ "pl", "Polish" },
Expand Down

0 comments on commit 16b215b

Please sign in to comment.