Ok I just need the translation of "Armor" and deDE localization is ready to go.
Btw, how do weapon enchants name look like ? For example in english it's 'Enchant Weapon - <enchant name>' or 'Enchant 2H Weapon - <enchant name>' and I'm using the 'Enchant weapon' pattern to get 1hand enchants only, I'd like to know what to use for german enchants ^^
German 2H Weapon is Zweihandwaffe. I've checked your code, as you are performing a case independent match the above translation should work as "Waffe" is contained in Waffe and Zweihandwaffe.
I was not able to test it, as we had server maintenance this morning in Germany, but it should be fine.
0
0
Yes, the next time I will learn how to use WoWAce svn. ;)
0
German 2H Weapon is Zweihandwaffe. I've checked your code, as you are performing a case independent match the above translation should work as "Waffe" is contained in Waffe and Zweihandwaffe.
I was not able to test it, as we had server maintenance this morning in Germany, but it should be fine.
0
0
just remove/comment the lines that contain UpdateDisplay() - 123 and 131 - wirks fine afterwards.