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

Fix default language
This commit is contained in:
Joshua M. Boniface 2018-12-28 17:15:21 -05:00 committed by GitHub
commit 1f0b83c66a
1 changed files with 2 additions and 2 deletions

View File

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