From 6235c0b8dcb941312da644bf62ba202c10b71e74 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 16 Sep 2022 11:10:12 +0200 Subject: Inject new player translations --- scripts/i18n/create-custom-files.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts') 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 = { 'Play in loop': 'Play in loop', 'This live has not started yet.': 'This live has not started yet.', 'This live has ended.': 'This live has ended.', - 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' + 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.', + '{1} / {2} dropped of {3}': '{1} / {2} dropped of {3}', + ' (muted)': ' (muted)', + '{1} from servers · {2} from peers': '{1} from servers · {2} from peers' } Object.assign(playerKeys, videojs) -- cgit v1.2.3