Korean translation added and auto build update

This commit is contained in:
stax76
2024-04-03 13:10:19 +02:00
parent 924e32f027
commit 3f52c1255e
6 changed files with 907 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ public class WpfTranslator : ITranslator
new("chinese-china", "zh-CN", "zh"), // Chinese (Simplified)
new("german", "de", "de"),
new("japanese", "ja", "ja"),
new("korean", "ko", "ko"),
};
public string Gettext(string msgId)