mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 12:07:09 +00:00
Tom <=>Thomas
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user