Text: Add PostScript, PS, EPS and SVG to list of special words #2207

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-02-13 15:36:09 +01:00
parent 3e767d6b3c
commit ec3708bf65

View file

@ -58,6 +58,10 @@ var SpecialWords = map[string]string{
"xmp": "XMP",
"xml": "XML",
"pdf": "PDF",
"ps": "PS",
"postscript": "PostScript",
"eps": "EPS",
"svg": "SVG",
"mov": "MOV",
"avc": "AVC",
"wto": "WTO",