From 16b215b16fe7412570915a424407380318fe7e23 Mon Sep 17 00:00:00 2001 From: pizzaboxer Date: Thu, 10 Oct 2024 13:29:32 +0100 Subject: [PATCH] Add missing languages --- Bloxstrap.Builder/Bloxstrap.Builder.csproj | 4 ++-- Bloxstrap.Builder/Program.cs | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Bloxstrap.Builder/Bloxstrap.Builder.csproj b/Bloxstrap.Builder/Bloxstrap.Builder.csproj index 2addb10..ffcd7bf 100644 --- a/Bloxstrap.Builder/Bloxstrap.Builder.csproj +++ b/Bloxstrap.Builder/Bloxstrap.Builder.csproj @@ -6,8 +6,8 @@ enable enable Bloxstrap.ico - 1.0.3 - 1.0.3 + 1.0.4 + 1.0.4 diff --git a/Bloxstrap.Builder/Program.cs b/Bloxstrap.Builder/Program.cs index c57e6c1..fcc8050 100644 --- a/Bloxstrap.Builder/Program.cs +++ b/Bloxstrap.Builder/Program.cs @@ -24,6 +24,8 @@ internal class Program { "de", "German" }, { "dk", "Danish" }, { "es-ES", "Spanish" }, + { "el", "Greek" }, + { "fa", "Persian" }, { "fi", "Finnish" }, { "fil", "Filipino" }, { "fr", "French" }, @@ -36,6 +38,7 @@ internal class Program { "ja", "Japanese" }, { "ko", "Korean" }, { "lt", "Lithuanian" }, + { "ms", "Malay" }, { "no", "Norwegian" }, { "nl", "Dutch" }, { "pl", "Polish" },