1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 10:49:36 +02:00

Next Button and seek button plugin

https://github.com/DanielnetoDotCom/YouPHPTube/issues/359
This commit is contained in:
daniel 2018-02-15 13:36:33 -03:00
parent 0ae73ee97d
commit af4fa60ac1
12 changed files with 645 additions and 5 deletions

View file

@ -0,0 +1,4 @@
videojs.addLanguage('en', {
"Seek forward {{seconds}} seconds": "Seek forward {{seconds}} seconds",
"Seek back {{seconds}} seconds": "Seek back {{seconds}} seconds"
});