From 50d2fc342af00dfaaeaa609d589db8904525761b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Naro=C5=BCny?= <91598634+tenshi64@users.noreply.github.com> Date: Tue, 12 Mar 2024 23:03:00 +0100 Subject: [PATCH] Update App.cs --- src/App.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.cs b/src/App.cs index 670a389..8b8d905 100644 --- a/src/App.cs +++ b/src/App.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Drawing; using System.IO; @@ -79,7 +79,7 @@ private void ChangeLanguageInFile() { int numLines = File.ReadLines(ApplicationLanguageData + "lang.ini").Count(); string[] lang = File.ReadAllLines(ApplicationLanguageData + "lang.ini"); - string[] words = new string[] { "en", "pl", "ru", "du", "fr", "jp", "ch", "tu", "esp", "it" }; + string[] words = new string[] { "en", "pl", "ru", "de", "fr", "jp", "ch", "tu", "esp", "it" }; bool found = false; string word = ""; @@ -102,7 +102,7 @@ private void ChangeLanguageInFile() case "ru": word = "русский"; break; - case "du": + case "de": word = "Deutsch"; break; case "fr":