Update what-is.ps1

This commit is contained in:
Markus Fleschutz 2023-09-25 13:15:27 +02:00
parent bf4adf39d9
commit b9a7b8f6ff
2 changed files with 1 additions and 2 deletions

View File

@ -2643,7 +2643,6 @@ LCol,Lieutenant-Colonel (Canada,UK)
LCS,League of Legends Championship Series LCS,League of Legends Championship Series
LD,Laser Designator,Limited Deployment,Line of Departure LD,Laser Designator,Limited Deployment,Line of Departure
LDA,Lateral Drift Apparatus (paratroops) LDA,Lateral Drift Apparatus (paratroops)
LDAP,Lightweight Directory Access Protocol (pronounced "ell-dap")
LDC,Lesser Developing/Developed Country LDC,Lesser Developing/Developed Country
LDL,Low-Density Lipoprotein LDL,Low-Density Lipoprotein
LDS,Latter-day Saint (also "Latter Day Saint"); also used as an abbreviation by The Church of Jesus Christ of Latter-day Saints,Liberal Democracy of Slovenia LDS,Latter-day Saint (also "Latter Day Saint"); also used as an abbreviation by The Church of Jesus Christ of Latter-day Saints,Liberal Democracy of Slovenia

Can't render this file because it has a wrong number of fields in line 7.

View File

@ -28,7 +28,7 @@ try {
"💡 $($row.ABBR) in $basename refers to: $($row.MEANING)" "💡 $($row.ABBR) in $basename refers to: $($row.MEANING)"
} }
} }
if ($basename -eq "") { "🤷‍ Sorry, no '$abbr' entry found in my abbrevation tables (located at .../Data/Abbr/)." } if ($basename -eq "") { "🤷‍ Sorry, no entry '$abbr' in my database (located at .../Data/Abbr/)." }
exit 0 # success exit 0 # success
} catch { } catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])" "⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"