poetter wrote:think it was to late yesterday....
Yeah, me too - finally understood the running around between different portals in GT2
poetter wrote:Will have a look in the night elf problem. Fixed Marksmanship. Can you have a look at frFR locales again? A lot of new strings to translate.
I'll dive into it right away...
BTW :
Zanix wrote in this thread, pages series4 wrote:No, there isn't a delocalization function in Roster but there is a localization array
This will return the English value for the class
$enclass = $roster->locale->wordings['lcLC']['class_to_en']['localized_class'];
Replace lcLC with the proper character locale
There isn't one for race, but it can be added
Look at siggen, I already have the other locales' strings for this
Just ask and I can add it to the base locales
Power is the second bar, mana, energy, rage, etc..
Think you have to wait for a
...['lcLC']['class_to_en']['localized_class'];
to be added.