Page 1 of 1

Europe French Servers

Posted: Wed Feb 15, 2012 8:50 am
by Sastanes
Goblin is in French, Gobelin(FEMALE= Gobeline)

I had to go in C:\World of Warcraft\Interface\AddOns\CensusPlus\localization.lua

Added those strings

CENSUSPlus_GOBLIN = "Gobelin";
CENSUSPlusFemale["Gobeline"] = "Gobelin";

Worked for me Census mod was able to see all goblins data

please update, since I started to spread the word and others will download the mod.

Posted: Thu Apr 12, 2012 10:53 pm
by migueljoseph
How did you made the changes? And what are we suppose to do now?

Posted: Sun Apr 22, 2012 8:26 am
by Sastanes
I had to go in C:\World of Warcraft\Interface\AddOns\CensusPlus\localization.lua

Open the file "localization.lua" in a wordpad or notepad or MS word.

I think it's because Blizzard is using the french name of Goblin as Gobelin

You have to add these line (copy and paste them in the "localization.lua"):


CENSUSPlus_GOBLIN = "Gobelin";
CENSUSPlusFemale["Gobeline"] = "Gobelin";

Posted: Tue Apr 24, 2012 5:47 pm
by bringoutyourdead
Warning! Warning!

Use Notepad... don't use MS Word!!
If you must use Wordpad... make sure you do your save as a TXT document and not the standard RichText.

If you fail this advise you will be sorry... extra text formatting data is saved by Word and Wordpad-RTF default which will break any addon.