Merge pull request #301 from nvllsvm/fix-default-language

Fix default language
pull/1154/head
Joshua M. Boniface 6 years ago committed by GitHub
commit 1f0b83c66a

@ -246,7 +246,7 @@ namespace MediaBrowser.Model.Configuration
SortRemoveCharacters = new[] { ",", "&", "-", "{", "}", "'" }; SortRemoveCharacters = new[] { ",", "&", "-", "{", "}", "'" };
SortRemoveWords = new[] { "the", "a", "an" }; SortRemoveWords = new[] { "the", "a", "an" };
UICulture = "en-us"; UICulture = "en-US";
MetadataOptions = new[] MetadataOptions = new[]
{ {
@ -310,4 +310,4 @@ namespace MediaBrowser.Model.Configuration
public string From { get; set; } public string From { get; set; }
public string To { get; set; } public string To { get; set; }
} }
} }

Loading…
Cancel
Save