mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-03 13:44:22 -04:00
Fix default language
The default preferred language in the startup wizard now defaults to English (United States).
This commit is contained in:
parent
9c49e936f0
commit
4929ee9ab6
@ -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[]
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user