mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-01 04:34:26 -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[]
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user