I think the German localization is in need of work. The command parser does a "command = string.lower(command)" so any command in localization.lua starting with a capital letter will not parse. If you would be willing to help me with the German localization, we'll get this fixed quickly.
There's a Blizzard problem with Duels in WoW 2.0.1 which is supposed to be fixed in WoW 2.0.3. I've gotten PvPLog 2.1.0 to record duels on my end, but I've also seen some problems too. I'll keep and eye on this but may not be able to fix it until WoW 2.0.3 releases. If your opponent starts the duel, you should get further than if you try and start it. If you both have PvPLog, then I think we have to wait.
I'm guessing that the "none" notification is also a localization issue because it works fine here. If you do a "/pl" command after selecting "none", it should show the selected channel in white in the usage text that's printed out. If it doesn't, then that's the problem.
There is a slash command to enable and disable the minimap-button and its "/pl config" for me. You, of course, can't get that command to work!
I can left-click drag the minimap-button all the way around the minimap. If you can't do that, then we'll need to figure out why.
Here's what I would suggest as a start to solving these problems...
Edit your localization.lua file and change at least the following lines in the "deDE" section (lines 126-232):
- Code: Select all
151: DISPLAY = "anzeige";
215: UI_CONFIG = "konfiguration";