aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-08-18 14:12:32 +0200
committerChocobozzz <me@florianbigard.com>2023-08-18 14:12:32 +0200
commit273d57023becd32c2728ace16341e99f242ff387 (patch)
treef691c79e9fdcc641a52f9fe279d2427b20159076 /scripts/i18n
parenta4a8ccdfb601af3d32d891cfe72095595e5d0ef3 (diff)
downloadPeerTube-273d57023becd32c2728ace16341e99f242ff387.tar.gz
PeerTube-273d57023becd32c2728ace16341e99f242ff387.tar.zst
PeerTube-273d57023becd32c2728ace16341e99f242ff387.zip
Update translations
Diffstat (limited to 'scripts/i18n')
-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 = {