diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 5 |
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 | } |
63 | Object.assign(playerKeys, videojs) | 66 | Object.assign(playerKeys, videojs) |
64 | 67 | ||