From 32fde390f465b9ceef9e49c4037acdacbe176d65 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Jan 2023 14:09:57 +0100 Subject: Use unknown when category is not set Unstead of Misc, that could be a real category --- scripts/i18n/create-custom-files.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/i18n') 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) // More keys Object.assign(serverKeys, { - Misc: 'Misc', Unknown: 'Unknown' }) -- cgit v1.2.3