Europe French Servers

Found a bug with the CensusPlus UI Mod? Post it here!
Post Reply
Sastanes

Europe French Servers

Post 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.

migueljoseph

Post by migueljoseph »

How did you made the changes? And what are we suppose to do now?

Sastanes

Post 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";

User avatar
bringoutyourdead
Forums Admin & general flunky
Posts: 1432
Joined: Fri Nov 07, 2008 1:11 pm
Location: Texas, USA

Post 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.

Post Reply