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)