From 045f5915c2774f68fe6451e7f930f3f410b7ec74 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Sat, 27 Jun 2020 14:27:37 +0200 Subject: [PATCH] Backend: Add "xd" to SpecialWords list 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 2d6403afc..97c07e2ff 100644 --- a/pkg/txt/specialwords.go +++ b/pkg/txt/specialwords.go @@ -1,6 +1,7 @@ package txt var SpecialWords = map[string]string{ + "xd": "XD", "nyc": "NYC", "ny": "NY", "uae": "UAE",