PrimeSuspect Posted September 7, 2010 Posted September 7, 2010 Hi i know its a little bit noobish question.I translate every single files of my game from english to turkish but i have a problem about gender.It shows gender as Male and Female but i want to translate it.But it shows gender like this , {$r['gender']}.Pls tell me how can i traslate it and where can i find it (which file). Quote
Equinox Posted September 7, 2010 Posted September 7, 2010 Go to phpmyadmin, find 'users' and then find 'gender'. Done. Quote
Dayo Posted September 7, 2010 Posted September 7, 2010 dont listen to the above :rolleyes: he didnt read it throgh you will have to edit the register and the prefrences Quote
Djkanna Posted September 7, 2010 Posted September 7, 2010 And also go to PHPMyAdmin and change the ENUM('Male', 'Female') to ENUM('Erkek', 'Kad?n') Forgive the Google translations no idea if they happen to be correct. Quote
Dayo Posted September 7, 2010 Posted September 7, 2010 ahh forgot about the sql ... i retract what i said do listen to teh above ... soz Equinox ^^ Quote
Equinox Posted September 7, 2010 Posted September 7, 2010 ahh forgot about the sql ... i retract what i said do listen to teh above ... soz Equinox ^^ ;) Quote
PrimeSuspect Posted September 9, 2010 Author Posted September 9, 2010 Editing ENUM('Male', 'Female') to ENUM('Erkek', 'Kad?n') and preferences , register files solved my problem. Thank you all Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.