aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-16 11:10:12 +0200
committerChocobozzz <me@florianbigard.com>2022-09-16 11:10:12 +0200
commit6235c0b8dcb941312da644bf62ba202c10b71e74 (patch)
tree875f91f6c137bfa51d6f5647aeee723a322f2f28 /scripts
parent98dcdee3a7729dc5c494e27087154af612417144 (diff)
downloadPeerTube-6235c0b8dcb941312da644bf62ba202c10b71e74.tar.gz
PeerTube-6235c0b8dcb941312da644bf62ba202c10b71e74.tar.zst
PeerTube-6235c0b8dcb941312da644bf62ba202c10b71e74.zip
Inject new player translations
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/i18n/create-custom-files.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index 8179cb43f..bcd7fe2a2 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -58,7 +58,10 @@ const playerKeys = {
58 'Play in loop': 'Play in loop', 58 'Play in loop': 'Play in loop',
59 'This live has not started yet.': 'This live has not started yet.', 59 'This live has not started yet.': 'This live has not started yet.',
60 'This live has ended.': 'This live has ended.', 60 'This live has ended.': 'This live has ended.',
61 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' 61 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.',
62 '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}',
63 ' (muted)': ' (muted)',
64 '{1} from servers · {2} from peers': '{1} from servers · {2} from peers'
62} 65}
63Object.assign(playerKeys, videojs) 66Object.assign(playerKeys, videojs)
64 67