Modifications

166 octets ajoutés ,  20 janvier 2023 à 01:35
aucun résumé de modification
Ligne 45 : Ligne 45 :  
if v == "Wizard" then villagertable[k] = "Sorcier" end
 
if v == "Wizard" then villagertable[k] = "Sorcier" end
 
if v == "Robin" then villagertable[k] = "Robine" end
 
if v == "Robin" then villagertable[k] = "Robine" end
 +
--In order to sort entries added as Léo, we have to
 +
--convert to English, then sort, then convert back.
 +
if v == "Léo" then villagertable[k] = "Leo" end
 
--skip Léo until after the language-specific sort
 
--skip Léo until after the language-specific sort
 
end
 
end
105 853

modifications