Metadata: Update specialwords.go for title generation in txt package

This commit is contained in:
Michael Mayer 2022-04-03 12:27:17 +02:00
parent 4be948c774
commit fab9da971c

View file

@ -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",