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:
parent
a4f84f0812
commit
c2ae586e5b
@ -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():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user