Skip to content

Commit

Permalink
Adapt to two new languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Scighost committed Dec 7, 2022
1 parent a0fa34e commit d07fb23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/FileTypes/MKV.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ internal class MKV
{"ES", ("spa", "Español")},
{"FR", ("fre", "Français")},
{"ID", ("ind", "Bahasa Indonesia")},
{"IT", ("ita", "Italiano")},
{"JP", ("jpn", "日本語")},
{"KR", ("kor", "한국어")},
{"PT", ("por", "Português")},
{"RU", ("rus", "Русский")},
{"TH", ("tha", "ภาษาไทย")},
{"TR", ("tur", "Türkçe") },
{"VI", ("vie", "Tiếng Việt")}
};

Expand All @@ -35,11 +37,13 @@ public static readonly (string, string)[] AudioLang =
{"spa", "es"},
{"fre", "fr"},
{"ind", "id"},
{"ita", "it"},
{"jpn", "ja"},
{"kor", "ko"},
{"por", "pt"},
{"rus", "ru"},
{"tha", "th"},
{"tur", "tr"},
{"vie", "vi"},
{"und", "und"},
{"chi-CN", "zh"},
Expand Down

0 comments on commit d07fb23

Please sign in to comment.