1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Attempt to implement date-fns internalization

This commit is contained in:
ferferga 2020-03-26 13:53:30 +01:00
parent cbe3cbe221
commit 1656e73adf
3 changed files with 17 additions and 2 deletions

View file

@ -619,6 +619,7 @@ var AppInfo = {};
}
require(["mediaSession", "serverNotifications"]);
require(["date-fns", "date-fns/locale"]);
if (!browser.tv && !browser.xboxOne) {
require(["components/playback/playbackorientation"]);
@ -738,6 +739,7 @@ var AppInfo = {};
"webcomponents",
"material-icons",
"jellyfin-noto",
"date-fns",
"page",
"polyfill"
]