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

Fix issues in dfnshelper and inputManager

This commit is contained in:
MrTimscampi 2020-04-09 19:47:45 +02:00
parent 33855a655f
commit 89979a00a3
2 changed files with 12 additions and 14 deletions

View file

@ -51,8 +51,6 @@ const dateLocales = (locale) => ({
})[locale];
export function getLocale() {
console.warn(globalize.getCurrentLocale());
console.warn(dateLocales(globalize.getCurrentLocale()));
return dateLocales(globalize.getCurrentLocale()) || enUS;
}