diff options
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 887ab86af..beb46191c 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -15,7 +15,7 @@ import { | |||
15 | VIDEO_PLAYLIST_TYPES, | 15 | VIDEO_PLAYLIST_TYPES, |
16 | VIDEO_PRIVACIES, | 16 | VIDEO_PRIVACIES, |
17 | VIDEO_STATES | 17 | VIDEO_STATES |
18 | } from '../../server/initializers/constants.js' | 18 | } from '@peertube/peertube-server/server/initializers/constants.js' |
19 | 19 | ||
20 | const videojs = readJsonSync(join(root(), 'client', 'src', 'locale', 'videojs.en-US.json')) | 20 | const videojs = readJsonSync(join(root(), 'client', 'src', 'locale', 'videojs.en-US.json')) |
21 | const playerKeys = { | 21 | const playerKeys = { |