Skip to content

Commit

Permalink
Merge pull request #68 from xunkong/new-lang
Browse files Browse the repository at this point in the history
Adapt to two new languages
  • Loading branch information
ToaHartor authored Dec 19, 2022
2 parents a86a2e3 + d07fb23 commit 94ef39c
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 94ef39c

Please sign in to comment.