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