Bug report in german version
Bug report in german version
The newest version 4.1.1 gives me the following bug report:
Census+: Found an unknown race (Blutelf >class< >guild<), please tell Rollie at WarcraftRealms.com
It seems that this version of Census+ doesn't know the race Blood elves in german.
Census+: Found an unknown race (Blutelf >class< >guild<), please tell Rollie at WarcraftRealms.com
It seems that this version of Census+ doesn't know the race Blood elves in german.
Hmm I was taking a look at some of the localization files and noticed a couple of things..
localization.lua file:
in the elseif ( GetLocale() == "deDE" ) then section it has
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
As well as all the other classes. However if you check the localization.de.lua file it is not there. All the other classes are listed EXCEPT the Blood Elf and Draenai.
I downloaded the 4.0.0 version which was released on Jan 16th, but I guess Rollie rebuilt that one and uploaded it because I noticed some of the dates in zip file have a March 17th last modified date =S
Frenzy can you try something..
Exit WoW
Open up the localization.de.lua file located in:
C:\Program Files\World of Warcraft\Interface\AddOns\CensusPlus
I tend to use Wordpad since Notepad doesn't handle new lines that well =(
scroll down until you meet the section:
CENSUSPlus_DWARF = "Zwerg";
CENSUSPlus_GNOME = "Gnom";
CENSUSPlus_HUMAN = "Mensch";
CENSUSPlus_NIGHTELF = "Nachtelf";
CENSUSPlus_ORC = "Orc";
CENSUSPlus_TAUREN = "Tauren";
CENSUSPlus_TROLL = "Troll";
CENSUSPlus_UNDEAD = "Untoter";
right under that add:
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
so that section should now be:
CENSUSPlus_DWARF = "Zwerg";
CENSUSPlus_GNOME = "Gnom";
CENSUSPlus_HUMAN = "Mensch";
CENSUSPlus_NIGHTELF = "Nachtelf";
CENSUSPlus_ORC = "Orc";
CENSUSPlus_TAUREN = "Tauren";
CENSUSPlus_TROLL = "Troll";
CENSUSPlus_UNDEAD = "Untoter";
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
Save the file and log back into WoW and run a scan and see what comes up. And the French translation is also missing the Draenei and Blood Elf in that same location.
localization.lua file:
in the elseif ( GetLocale() == "deDE" ) then section it has
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
As well as all the other classes. However if you check the localization.de.lua file it is not there. All the other classes are listed EXCEPT the Blood Elf and Draenai.
I downloaded the 4.0.0 version which was released on Jan 16th, but I guess Rollie rebuilt that one and uploaded it because I noticed some of the dates in zip file have a March 17th last modified date =S
Frenzy can you try something..
Exit WoW
Open up the localization.de.lua file located in:
C:\Program Files\World of Warcraft\Interface\AddOns\CensusPlus
I tend to use Wordpad since Notepad doesn't handle new lines that well =(
scroll down until you meet the section:
CENSUSPlus_DWARF = "Zwerg";
CENSUSPlus_GNOME = "Gnom";
CENSUSPlus_HUMAN = "Mensch";
CENSUSPlus_NIGHTELF = "Nachtelf";
CENSUSPlus_ORC = "Orc";
CENSUSPlus_TAUREN = "Tauren";
CENSUSPlus_TROLL = "Troll";
CENSUSPlus_UNDEAD = "Untoter";
right under that add:
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
so that section should now be:
CENSUSPlus_DWARF = "Zwerg";
CENSUSPlus_GNOME = "Gnom";
CENSUSPlus_HUMAN = "Mensch";
CENSUSPlus_NIGHTELF = "Nachtelf";
CENSUSPlus_ORC = "Orc";
CENSUSPlus_TAUREN = "Tauren";
CENSUSPlus_TROLL = "Troll";
CENSUSPlus_UNDEAD = "Untoter";
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
Save the file and log back into WoW and run a scan and see what comes up. And the French translation is also missing the Draenei and Blood Elf in that same location.
There is only one file localization.lua in which are the different translations.DM. wrote:...
Open up the localization.de.lua file located in:
...
This block already looks like your posting, the 2 lines for Draenei & Bloodelf are already there.DM. wrote:...
scroll down until you meet the section:
...
right under that add:
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
so that section should now be:
CENSUSPlus_DWARF = "Zwerg";
CENSUSPlus_GNOME = "Gnom";
CENSUSPlus_HUMAN = "Mensch";
CENSUSPlus_NIGHTELF = "Nachtelf";
CENSUSPlus_ORC = "Orc";
CENSUSPlus_TAUREN = "Tauren";
CENSUSPlus_TROLL = "Troll";
CENSUSPlus_UNDEAD = "Untoter";
CENSUSPlus_DRAENEI = "Draenei";
CENSUSPlus_BLOODELF = "Blutelf";
...
erm...i'm using the german client too, and C-plus doesnt report any errors to me
..the user should be sure he installed the addon correctly

..the user should be sure he installed the addon correctly
Last edited by Phreeze on Sun Apr 01, 2007 5:56 pm, edited 1 time in total.