mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix language
This commit is contained in:
parent
fc6a270fb7
commit
e95bea8954
@ -282,7 +282,7 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
{
|
||||
var lang = localizationCulture.Split('-').FirstOrDefault();
|
||||
|
||||
html = html.Replace("<html>", "<html data-culture=\"" + localizationCulture + "\" lang=\"" + lang + "\">");
|
||||
html = html.Replace("<html", "<html data-culture=\"" + localizationCulture + "\" lang=\"" + lang + "\"");
|
||||
}
|
||||
|
||||
if (enableMinification)
|
||||
|
Loading…
x
Reference in New Issue
Block a user