diff options
Diffstat (limited to 'scripts/i18n/create-custom-files.ts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 7a33ab624..a8e0c7a0e 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -54,7 +54,9 @@ values(VIDEO_CATEGORIES) | |||
54 | 'We cannot fetch the playlist. Please try again later.', | 54 | 'We cannot fetch the playlist. Please try again later.', |
55 | 'Playlist: {1}', | 55 | 'Playlist: {1}', |
56 | 'By {1}', | 56 | 'By {1}', |
57 | 'Unavailable video' | 57 | 'Unavailable video', |
58 | 'Normal mode', | ||
59 | 'Theater mode' | ||
58 | ]) | 60 | ]) |
59 | .forEach(v => { serverKeys[v] = v }) | 61 | .forEach(v => { serverKeys[v] = v }) |
60 | 62 | ||