US Census Version, but localization is set to french/german

General Discussion Area
Post Reply
Guest

US Census Version, but localization is set to french/german

Post by Guest »

I get the following Error after installing 1.6:
You appear to have US Census Version, yet your localization is set to french/german.
Please do not upload stats until ...
I had the 1.51 installed, but completely removed it before installing 1.6.(I did not get this message with 1.51)
I am currently using cosmos, yet census is turned off in the addon list.

Maybe I just installed the wrong Version ;(
Here is the link I used : http://www.warcraftrealms.com/censusplus.php


Hope the provided info helps to solve it ;)

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Are you playing on EURO servers? Did you make sure to click the EURO box? If you need to reselect, type

/census locale

and select the proper local from the box (US or EURO).

Tell me what servers you play on (US vs EURO) and what client you are using (EN, FR, DE).
phpbb:phpinfo()

Guest

Post by Guest »

I am playing EURO Server(German to be exact) and choose the EURO Version on first startup with censusplus 1.6.

Tried /census locale and got the following message:
You have set your locale to EU from EU-
You appear to have US Census Version, yet your localization is set to french/german.
Please do not upload stats until ...
Pretty confusing hope this helps

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

There is a bug in the code. To quick fix it, just open the CensusPlus.lua file. It is in your Interface/AddOns/CensusPlus directory (or Census directory if you are a Cosmos user).

Near the very bottom of the file is this line:

if(( CENSUSPlus_DWARF == "Nain" or CENSUSPlus_DWARF == "Zwerg" ) and GetLocale() ~= "usEN") then

It should read:

if(( CENSUSPlus_DWARF == "Nain" or CENSUSPlus_DWARF == "Zwerg" ) and GetLocale() <b>==</b> "usEN") then


Not the change from ~= to ==
phpbb:phpinfo()

Guest

Post by Guest »

Thanks Rollie,

works fine now

Post Reply