diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-31 14:34:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-31 14:34:47 +0200 |
commit | b0185d7351f71bbc5ccbeed5bba86a619a7de70b (patch) | |
tree | 5e44c840f688daf7b6ca05d9f3a1f1584c3bc97e /scripts/i18n/create-custom-files.ts | |
parent | d3f4689bded2a6f5b589fe79c3f8b6082d553d9e (diff) | |
download | PeerTube-b0185d7351f71bbc5ccbeed5bba86a619a7de70b.tar.gz PeerTube-b0185d7351f71bbc5ccbeed5bba86a619a7de70b.tar.zst PeerTube-b0185d7351f71bbc5ccbeed5bba86a619a7de70b.zip |
Add new player string to custom translations
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 650b0aecd..e52909c43 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -57,6 +57,8 @@ const playerKeys = { | |||
57 | ' off': ' off', | 57 | ' off': ' off', |
58 | 'Player mode': 'Player mode', | 58 | 'Player mode': 'Player mode', |
59 | 'Play in loop': 'Play in loop', | 59 | 'Play in loop': 'Play in loop', |
60 | 'This live has not started yet.': 'This live has not started yet.', | ||
61 | 'This live has ended.': 'This live has ended.', | ||
60 | 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' | 62 | 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' |
61 | } | 63 | } |
62 | Object.assign(playerKeys, videojs) | 64 | Object.assign(playerKeys, videojs) |