diff options
Diffstat (limited to 'client/src/assets/player/translations-manager.ts')
-rw-r--r-- | client/src/assets/player/translations-manager.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/translations-manager.ts b/client/src/assets/player/translations-manager.ts index bf9c2d471..03d5dd91e 100644 --- a/client/src/assets/player/translations-manager.ts +++ b/client/src/assets/player/translations-manager.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { getCompleteLocale, getShortLocale, is18nLocale, isDefaultLocale } from '@peertube/peertube-core-utils' | ||
1 | import { logger } from '@root-helpers/logger' | 2 | import { logger } from '@root-helpers/logger' |
2 | import { getCompleteLocale, getShortLocale, is18nLocale, isDefaultLocale } from '@shared/core-utils/i18n' | ||
3 | 3 | ||
4 | export class TranslationsManager { | 4 | export class TranslationsManager { |
5 | private static videojsLocaleCache: { [ path: string ]: any } = {} | 5 | private static videojsLocaleCache: { [ path: string ]: any } = {} |