mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -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[] { ",", "&", "-", "{", "}", "'" };
|
||||
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; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user