Turkish translation added

This commit is contained in:
stax76
2024-05-21 13:58:35 +02:00
parent cfd2919e88
commit ae9c69e469
5 changed files with 19 additions and 3 deletions

View File

@@ -1139,6 +1139,7 @@ option = german
option = japanese
option = korean
option = russian
option = turkish
name = dark-mode
file = mpvnet

View File

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