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:
parent
33855a655f
commit
89979a00a3
2 changed files with 12 additions and 14 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue