Metadata: Update pkg/txt/specialwords.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
34fa0306ba
commit
6123ddf4af
1 changed files with 32 additions and 0 deletions
|
@ -33,6 +33,7 @@ var SpecialWords = map[string]string{
|
|||
"usa": "USA",
|
||||
"amd": "AMD",
|
||||
"tiff": "TIFF",
|
||||
"tga": "TGA",
|
||||
"eos": "EOS",
|
||||
"slr": "SLR",
|
||||
"dslr": "DSLR",
|
||||
|
@ -41,6 +42,8 @@ var SpecialWords = map[string]string{
|
|||
"ios": "iOS",
|
||||
"usd": "USD",
|
||||
"gbp": "GBP",
|
||||
"bvg": "BVG",
|
||||
"bsr": "BSR",
|
||||
"chf": "CHF",
|
||||
"ceo": "CEO",
|
||||
"cto": "CTO",
|
||||
|
@ -77,13 +80,24 @@ var SpecialWords = map[string]string{
|
|||
"ai": "AI",
|
||||
"psd": "PSD",
|
||||
"pdf": "PDF",
|
||||
"pcx": "PCX",
|
||||
"sct": "SCT",
|
||||
"bpm": "BPM",
|
||||
"ps": "PS",
|
||||
"postscript": "PostScript",
|
||||
"proraw": "ProRAW",
|
||||
"gopro": "GoPro",
|
||||
"eps": "EPS",
|
||||
"mov": "MOV",
|
||||
"avc": "AVC",
|
||||
"hvc": "HVC",
|
||||
"hevc": "HEVC",
|
||||
"heif": "HEIF",
|
||||
"heic": "HEIC",
|
||||
"avif": "AVIF",
|
||||
"bmp": "BMP",
|
||||
"gif": "GIF",
|
||||
"dng": "DNG",
|
||||
"wto": "WTO",
|
||||
"fifa": "FIFA",
|
||||
"yaml": "YAML",
|
||||
|
@ -165,6 +179,24 @@ var SpecialWords = map[string]string{
|
|||
"saarbrucken": "Saarbrücken",
|
||||
"saarbruecken": "Saarbrücken",
|
||||
"zuerich": "Zürich",
|
||||
"bverfge": "BVerfGE",
|
||||
"bverwg": "BVerwG",
|
||||
"bhg": "BGH",
|
||||
"olg": "OLG",
|
||||
"lg": "LG",
|
||||
"ag": "AG",
|
||||
"ug": "UG",
|
||||
"gmbh": "GmbH",
|
||||
"eugh": "EuGH",
|
||||
"ic": "IC",
|
||||
"icc": "ICC",
|
||||
"smd": "SMD",
|
||||
"cmos": "CMOS",
|
||||
"mosfet": "MOSFET",
|
||||
"finfet": "FinFET",
|
||||
"igh": "IGH",
|
||||
"istgh": "IStGH",
|
||||
"wpo": "WPO",
|
||||
"wg": "WG",
|
||||
"webdav": "WebDAV",
|
||||
"webp": "WebP",
|
||||
|
|
Loading…
Reference in a new issue