translation update

This commit is contained in:
stax76
2025-05-04 04:51:40 +02:00
parent 8b49312bad
commit a1d944a9a0
5 changed files with 944 additions and 4 deletions

View File

@@ -1142,8 +1142,9 @@ directory = Appearance
help = User interface display language.\nmpv.net must be restarted after a change.
default = system
option = system
option = english
option = bulgarian
option = chinese-china
option = english
option = french
option = german
option = japanese

View File

@@ -10,8 +10,9 @@ public class WpfTranslator : ITranslator
string _localizerLangauge = "";
static Language[] Languages { get; } = new Language[] {
new("english", "en", "en"),
new("bulgarian", "bg", "bg"),
new("chinese-china", "zh-CN", "zh"), // Chinese (Simplified)
new("english", "en", "en"),
new("french", "fr", "fr"),
new("german", "de", "de"),
new("japanese", "ja", "ja"),