mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 02:06:21 +00:00
fix language
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user