aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n/create-custom-files.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-xscripts/i18n/create-custom-files.ts2
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
20const videojs = readJsonSync(join(root(), 'client', 'src', 'locale', 'videojs.en-US.json')) 20const videojs = readJsonSync(join(root(), 'client', 'src', 'locale', 'videojs.en-US.json'))
21const playerKeys = { 21const playerKeys = {