From 06f7696c0976c75c13435f84a2101c1203c18b95 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Wed, 17 Jul 2024 19:11:06 +0530 Subject: Initial commit --- priv/static/video.js/lang/en-GB.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 priv/static/video.js/lang/en-GB.js (limited to 'priv/static/video.js/lang/en-GB.js') diff --git a/priv/static/video.js/lang/en-GB.js b/priv/static/video.js/lang/en-GB.js new file mode 100644 index 0000000..73653fb --- /dev/null +++ b/priv/static/video.js/lang/en-GB.js @@ -0,0 +1,3 @@ +videojs.addLanguage('en-GB', { + "Color": "Colour" +}); \ No newline at end of file -- cgit v1.2.3-57-g22cb