Well, I am pretty sure I didn't accidentally click US. Nevertheless I did what you said and after setting CensusPlus to EURO again I got the message:
"You have set your locale to EU from EU-"
and after that the same error message I described earlier. The error message also appears everytime I login again.
Maybe the error has something to do with the "-" behind the "EU"?
1.6? Already?
Errormessage with german version
hi rollie,
i have the german version installed. I get the following error message after login (Census 1.6):
Census+: Locale:deDE
Census+: You appear to have a US Census version, yet your localization is set to French or German.
Census+: Please do not upload stats to WarcraftRealms until this has been resolved.
Cenus+: If this is incorrect, please let Rollie know at www.WarcraftRealms.com about your situation so he can make corrections.
Seems to be a little bug in the source code CensusPlus.lua (GetLocale ~= "usEN").
I have added a message for the locale variable.
if(( CENSUSPlus_DWARF == "Nain" or CENSUSPlus_DWARF == "Zwerg" )
and GetLocale() == "usEN") then
CensusPlus_Msg( "Locale=" .. GetLocale() );
CensusPlus_Msg( "You appear to have a US Census version, yet your localization is set to French or German." );
CensusPlus_Msg( "Please do not upload stats to WarcraftRealms until this has been resolved." );
CensusPlus_Msg( "If this is incorrect, please let Rollie know at www.WarcraftRealms.com about your situation so he can make corrections." );
end
i have the german version installed. I get the following error message after login (Census 1.6):
Census+: Locale:deDE
Census+: You appear to have a US Census version, yet your localization is set to French or German.
Census+: Please do not upload stats to WarcraftRealms until this has been resolved.
Cenus+: If this is incorrect, please let Rollie know at www.WarcraftRealms.com about your situation so he can make corrections.
Seems to be a little bug in the source code CensusPlus.lua (GetLocale ~= "usEN").
I have added a message for the locale variable.
if(( CENSUSPlus_DWARF == "Nain" or CENSUSPlus_DWARF == "Zwerg" )
and GetLocale() == "usEN") then
CensusPlus_Msg( "Locale=" .. GetLocale() );
CensusPlus_Msg( "You appear to have a US Census version, yet your localization is set to French or German." );
CensusPlus_Msg( "Please do not upload stats to WarcraftRealms until this has been resolved." );
CensusPlus_Msg( "If this is incorrect, please let Rollie know at www.WarcraftRealms.com about your situation so he can make corrections." );
end