2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-04-03 09:21:48 +01: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(): if f == "Rob".lower():
possnames += apply_variations("Robert", l) 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(): if f == "Lizzy".lower():
possnames += apply_variations("Lizzie", l) possnames += apply_variations("Lizzie", l)
if f == "Lizzie".lower(): if f == "Lizzie".lower():