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:
parent
3e767d6b3c
commit
ec3708bf65
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue