diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-19 14:09:57 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-19 14:09:57 +0100 |
commit | 32fde390f465b9ceef9e49c4037acdacbe176d65 (patch) | |
tree | bd0f28ac72d0e920387da7d4e68cf73bba736bbc /scripts/i18n | |
parent | 1f6dd0084485e10623aeb222f1429edf30e5f823 (diff) | |
download | PeerTube-32fde390f465b9ceef9e49c4037acdacbe176d65.tar.gz PeerTube-32fde390f465b9ceef9e49c4037acdacbe176d65.tar.zst PeerTube-32fde390f465b9ceef9e49c4037acdacbe176d65.zip |
Use unknown when category is not set
Unstead of Misc, that could be a real category
Diffstat (limited to 'scripts/i18n')
-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 | ||