Add missing player translation
This commit is contained in:
parent
9c5e582269
commit
b003d57518
|
@ -56,6 +56,7 @@ const playerKeys = {
|
||||||
'disabled': 'disabled',
|
'disabled': 'disabled',
|
||||||
' off': ' off',
|
' off': ' off',
|
||||||
'Player mode': 'Player mode',
|
'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.'
|
'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.'
|
||||||
}
|
}
|
||||||
Object.assign(playerKeys, videojs)
|
Object.assign(playerKeys, videojs)
|
||||||
|
|
Loading…
Reference in New Issue