aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/i18n
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-19 14:09:57 +0100
committerChocobozzz <me@florianbigard.com>2023-01-19 14:09:57 +0100
commit32fde390f465b9ceef9e49c4037acdacbe176d65 (patch)
treebd0f28ac72d0e920387da7d4e68cf73bba736bbc /scripts/i18n
parent1f6dd0084485e10623aeb222f1429edf30e5f823 (diff)
downloadPeerTube-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-xscripts/i18n/create-custom-files.ts1
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
92Object.assign(serverKeys, { 92Object.assign(serverKeys, {
93 Misc: 'Misc',
94 Unknown: 'Unknown' 93 Unknown: 'Unknown'
95}) 94})
96 95