62 737
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 5 : | Ligne 5 : | ||
if localdata['type'] then | if localdata['type'] then | ||
local types = { | local types = { | ||
['colonie'] | ['colonie'] = 'Colonie', | ||
['grande colonie'] | ['grande colonie'] = 'Colonie', | ||
['colonie moyenne'] = 'Colonie', | ['colonie moyenne'] = 'Colonie', | ||
['petite colonie'] | ['petite colonie'] = 'Colonie', | ||
[' | ['non marqué'] = 'Lieu non marqué', | ||
[' | ['égout'] = 'Égout', | ||
['abri'] | ['abri'] = 'Abri', | ||
['gare'] = ' | ['gare'] = 'Gare', | ||
['région'] | ['métro'] = 'Métro', | ||
['usine'] = 'Usine', | |||
['monument'] = 'Monument', | |||
['grotte'] = 'Grotte', | |||
['région'] = 'Région' | |||
} | } | ||
subject = types[localdata['type']:lower()] or subject | subject = types[localdata['type']:lower()] or subject |
modifications