Russian translation added

This commit is contained in:
stax76
2024-04-23 06:57:08 +02:00
parent 3f52c1255e
commit 34e76946f3
9 changed files with 3711 additions and 2803 deletions

View File

@@ -1138,6 +1138,7 @@ option = chinese-china
option = german
option = japanese
option = korean
option = russian
name = dark-mode
file = mpvnet

View File

@@ -16,6 +16,7 @@ public class WpfTranslator : ITranslator
new("german", "de", "de"),
new("japanese", "ja", "ja"),
new("korean", "ko", "ko"),
new("russian", "ru", "ru"),
};
public string Gettext(string msgId)