mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move globalize to lib
This commit is contained in:
parent
0ea5349422
commit
056d802c56
240 changed files with 328 additions and 258 deletions
|
@ -6,7 +6,7 @@ import dialogHelper from '../../components/dialogHelper/dialogHelper';
|
|||
import ServerConnections from '../../components/ServerConnections';
|
||||
import Screenfull from 'screenfull';
|
||||
import TableOfContents from './tableOfContents';
|
||||
import { translateHtml } from '../../scripts/globalize';
|
||||
import { translateHtml } from '../../lib/globalize';
|
||||
import browser from 'scripts/browser';
|
||||
import * as userSettings from '../../scripts/settings/userSettings';
|
||||
import TouchHelper from 'scripts/touchHelper';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import appSettings from '../../scripts/settings/appSettings';
|
||||
import * as userSettings from '../../scripts/settings/userSettings';
|
||||
import { playbackManager } from '../../components/playback/playbackmanager';
|
||||
import globalize from '../../scripts/globalize';
|
||||
import globalize from '../../lib/globalize';
|
||||
import CastSenderApi from './castSenderApi';
|
||||
import ServerConnections from '../../components/ServerConnections';
|
||||
import alert from '../../components/alert';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import globalize from '../../scripts/globalize';
|
||||
import globalize from '../../lib/globalize';
|
||||
import * as userSettings from '../../scripts/settings/userSettings';
|
||||
import { appHost } from '../../components/apphost';
|
||||
import alert from '../../components/alert';
|
||||
|
|
|
@ -27,7 +27,7 @@ import {
|
|||
} from '../../components/htmlMediaHelper';
|
||||
import itemHelper from '../../components/itemHelper';
|
||||
import Screenfull from 'screenfull';
|
||||
import globalize from '../../scripts/globalize';
|
||||
import globalize from '../../lib/globalize';
|
||||
import ServerConnections from '../../components/ServerConnections';
|
||||
import profileBuilder, { canPlaySecondaryAudio } from '../../scripts/browserDeviceProfile';
|
||||
import { getIncludeCorsCredentials } from '../../scripts/settings/webSettings';
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import globalize from '../../scripts/globalize';
|
||||
import globalize from '../../lib/globalize';
|
||||
import ServerConnections from '../../components/ServerConnections';
|
||||
import alert from '../../components/alert';
|
||||
import { PluginType } from '../../types/plugin.ts';
|
||||
|
|
|
@ -9,7 +9,7 @@ import PlaybackCore from './PlaybackCore';
|
|||
import QueueCore from './QueueCore';
|
||||
import Controller from './Controller';
|
||||
import toast from '../../../components/toast/toast';
|
||||
import globalize from '../../../scripts/globalize';
|
||||
import globalize from '../../../lib/globalize';
|
||||
import Events from '../../../utils/events.ts';
|
||||
|
||||
/**
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* @module components/syncPlay/core/QueueCore
|
||||
*/
|
||||
|
||||
import globalize from '../../../scripts/globalize';
|
||||
import globalize from '../../../lib/globalize';
|
||||
import toast from '../../../components/toast/toast';
|
||||
import * as Helper from './Helper';
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ import SyncPlaySettingsEditor from './settings/SettingsEditor';
|
|||
import loading from '../../../components/loading/loading';
|
||||
import toast from '../../../components/toast/toast';
|
||||
import actionsheet from '../../../components/actionSheet/actionSheet';
|
||||
import globalize from '../../../scripts/globalize';
|
||||
import globalize from '../../../lib/globalize';
|
||||
import playbackPermissionManager from './playbackPermissionManager';
|
||||
import { pluginManager } from '../../../components/pluginManager';
|
||||
import ServerConnections from '../../../components/ServerConnections';
|
||||
|
|
|
@ -9,7 +9,7 @@ import layoutManager from '../../../../components/layoutManager';
|
|||
import { pluginManager } from '../../../../components/pluginManager';
|
||||
import loading from '../../../../components/loading/loading';
|
||||
import toast from '../../../../components/toast/toast';
|
||||
import globalize from '../../../../scripts/globalize';
|
||||
import globalize from '../../../../lib/globalize';
|
||||
import { PluginType } from '../../../../types/plugin.ts';
|
||||
import Events from '../../../../utils/events.ts';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue