Japanese translation added

This commit is contained in:
stax76
2024-01-08 05:42:24 +01:00
parent 39bace76d3
commit d325cf1165
4 changed files with 883 additions and 2 deletions

View File

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