Skip to content

Commit

Permalink
WinGui: Update Langauges for HandBrake#2190 and HandBrake#731
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 committed Sep 10, 2019
1 parent 2f14bd7 commit a7f5488
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion win/CS/HandBrake.Interop/Utilities/LanguageUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ public static IDictionary<string, string> MapLanguages()

languageMap = new Dictionary<string, string>
{
{ "(Any)", "und" },
{ "(Any)", "any" },
{ "(Unknown)", "und" },
{ "Afar", "aar" },
{ "Abkhazian", "abk" },
{ "Afrikaans", "afr" },
Expand Down

0 comments on commit a7f5488

Please sign in to comment.