diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/i18n/create-custom-files.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 3b5045954..eca2fe09d 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts | |||
@@ -90,7 +90,6 @@ Object.values(VIDEO_CATEGORIES) | |||
90 | 90 | ||
91 | // More keys | 91 | // More keys |
92 | Object.assign(serverKeys, { | 92 | Object.assign(serverKeys, { |
93 | Misc: 'Misc', | ||
94 | Unknown: 'Unknown' | 93 | Unknown: 'Unknown' |
95 | }) | 94 | }) |
96 | 95 | ||