Problems with new classes (male/female) - need translations

Keep track of what item/gear sets you have for your characters

Moderators: PoloDude, rouven

Problems with new classes (male/female) - need translations

Postby rouven » Wed Apr 02, 2008 9:29 pm

Hi,
I am finishing the updates on ItemSets to work with the "new classes" Blizzard introduced with 2.4 (male and female names). I could need a hand on the translations, it is very easy. I just need the correct names for the female classes like in the german example I already implemented on my development machine:

Code: Select all
// Class definition (female->male)
$lang['classes']['Name'] = array(
        'Kriegerin' => 'Krieger',
        'Priesterin' => 'Priester',
        'Druidin' => 'Druide',
        'Schurkin' => 'Schurke',
        'Magierin' => 'Magier',
        'Paladin' => 'Paladin',
        'Hexenmeisterin' => 'Hexenmeister',
        'Jägerin' => 'Jäger',
        'Schamanin' => 'Schamane'
);


The syntax is basically:
'FemaleClassName' => 'MaleClassName'

Anyone to help with french and english versions?
User avatar
rouven
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 93
Joined: Fri Jan 12, 2007 4:39 am
Location: Hamburg, Germany

Problems with new classes (male/female) - need translations

Postby rouven » Fri Apr 04, 2008 7:09 pm

ok done for myself. english female class names are not released at the moment and I found the french names in another forum. update released in sticky topic.
User avatar
rouven
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 93
Joined: Fri Jan 12, 2007 4:39 am
Location: Hamburg, Germany


Return to ItemSets

Who is online

Users browsing this forum: No registered users and 0 guests

cron