From b003d5751803e737b34dc71ce61e66a0d9d12eb4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 4 May 2022 09:18:39 +0200 Subject: Add missing player translation --- scripts/i18n/create-custom-files.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index bf3dfa1c9..650b0aecd 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -56,6 +56,7 @@ const playerKeys = { 'disabled': 'disabled', ' off': ' off', 'Player mode': 'Player mode', + 'Play in loop': 'Play in loop', 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' } Object.assign(playerKeys, videojs) -- cgit v1.2.3