2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

Tom <=>Thomas

This commit is contained in:
Philip Sargent 2023-08-08 18:23:32 +03:00
parent a4f84f0812
commit c2ae586e5b

View File

@ -235,6 +235,11 @@ def GetPersonExpeditionNameLookup(expedition):
if f == "Rob".lower():
possnames += apply_variations("Robert", l)
if f == "Thomas".lower():
possnames += apply_variations("Tom", l)
if f == "Tom".lower():
possnames += apply_variations("Thomas", l)
if f == "Lizzy".lower():
possnames += apply_variations("Lizzie", l)
if f == "Lizzie".lower():