aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/i18n')
-rwxr-xr-xscripts/i18n/create-custom-files.ts3
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}
60Object.assign(playerKeys, videojs) 61Object.assign(playerKeys, videojs)
61 62