Polish translation fixed

This commit is contained in:
stax76
2024-08-19 09:45:56 +02:00
parent bb6819f240
commit 53f350da9a
4 changed files with 949 additions and 1 deletions

View File

@@ -1139,6 +1139,7 @@ option = french
option = german
option = japanese
option = korean
option = polish
option = russian
option = turkish

View File

@@ -16,6 +16,7 @@ public class WpfTranslator : ITranslator
new("german", "de", "de"),
new("japanese", "ja", "ja"),
new("korean", "ko", "ko"),
new("polish", "pl", "pl"),
new("russian", "ru", "ru"),
new("turkish", "tr", "tr"),
};