diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 248a5b038..bf3dfa1c9 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -55,7 +55,8 @@ const playerKeys = { | |||
55 | 'Playlist: {1}': 'Playlist: {1}', | 55 | 'Playlist: {1}': 'Playlist: {1}', |
56 | 'disabled': 'disabled', | 56 | 'disabled': 'disabled', |
57 | ' off': ' off', | 57 | ' off': ' off', |
58 | 'Player mode': 'Player mode' | 58 | 'Player mode': 'Player mode', |
59 | 'The video failed to play, will try to fast forward.': 'The video failed to play, will try to fast forward.' | ||
59 | } | 60 | } |
60 | Object.assign(playerKeys, videojs) | 61 | Object.assign(playerKeys, videojs) |
61 | 62 | ||