Korean translation added and auto build update
This commit is contained in:
@@ -1136,6 +1136,8 @@ option = system
|
||||
option = english
|
||||
option = chinese-china
|
||||
option = german
|
||||
option = japanese
|
||||
option = korean
|
||||
|
||||
name = dark-mode
|
||||
file = mpvnet
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user