forked from expo/troggle
more fixes
This commit is contained in:
@@ -151,6 +151,7 @@ def GetPersonExpeditionNameLookup(expedition):
|
||||
variations.append(f + " " + l)
|
||||
variations.append(f + " " + l[0])
|
||||
variations.append(f + l[0])
|
||||
variations.append(f + l[0] + '.')
|
||||
variations.append(f[0] + " " + l)
|
||||
variations.append(f[0] + l)
|
||||
variations.append(f[0] + l[0]) # initials e.g. gb or bl
|
||||
|
||||
Reference in New Issue
Block a user