diff --git a/pkg/txt/specialwords.go b/pkg/txt/specialwords.go index 7cd2f9c93..277b82982 100644 --- a/pkg/txt/specialwords.go +++ b/pkg/txt/specialwords.go @@ -1,7 +1,18 @@ package txt var SpecialWords = map[string]string{ + "xs": "XS", + "s": "S", + "r": "R", + "m": "M", + "l": "L", + "xl": "XL", + "xxl": "XXL", + "xxxl": "XXXL", + "xxxxl": "XXXXL", "xd": "XD", + "dx": "DX", + "ds": "DS", "hd": "HD", "uk": "UK", "nyc": "NYC", @@ -10,6 +21,10 @@ var SpecialWords = map[string]string{ "usa": "USA", "amd": "AMD", "tiff": "TIFF", + "eos": "EOS", + "slr": "SLR", + "dslr": "DSLR", + "dslrs": "DSLRs", "ibm": "IBM", "usd": "USD", "gbp": "GBP",