translation update

This commit is contained in:
stax76
2024-08-19 09:27:18 +02:00
parent 8f53254dbc
commit bb6819f240
6 changed files with 749 additions and 761 deletions

View File

@@ -1135,6 +1135,7 @@ default = system
option = system
option = english
option = chinese-china
option = french
option = german
option = japanese
option = korean

View File

@@ -12,6 +12,7 @@ public class WpfTranslator : ITranslator
static Language[] Languages { get; } = new Language[] {
new("english", "en", "en"),
new("chinese-china", "zh-CN", "zh"), // Chinese (Simplified)
new("french", "fr", "fr"),
new("german", "de", "de"),
new("japanese", "ja", "ja"),
new("korean", "ko", "ko"),