From 9d05810362a65e3cd02ddea7778f80a867901855 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 14 Dec 2023 16:11:32 +0100 Subject: [PATCH] Metadata: Add "TV" to list of special terms in specialwords.go Signed-off-by: Michael Mayer --- pkg/txt/specialwords.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/txt/specialwords.go b/pkg/txt/specialwords.go index f0b6bc6cd..ac98579f9 100644 --- a/pkg/txt/specialwords.go +++ b/pkg/txt/specialwords.go @@ -16,6 +16,7 @@ var SpecialWords = map[string]string{ "ii": "II", "iii": "III", "ti": "Ti", + "tv": "TV", "xl": "XL", "xxl": "XXL", "xxxl": "XXXL",