바뀜

둘러보기로 가기 검색하러 가기
166 바이트 추가됨 ,  2023년 1월 20일 (금) 01:41
편집 요약 없음
45번째 줄: 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,474

둘러보기 메뉴