madmax1991 писал(а):oh and which folder do you want me to use en or ru
EN now contains your translation. You just need to compare ALLIANCE.MO from EN and RU locale to see what has changed (mainly changed names of variables).
Starting from next release I'll try also log changes in language files for easier localization.
$lang['ali_req_waiting'] = 'Your application for membership in the Alliance [%s] will rasmotrenno the head of the Alliance.<br>You will be automatically notified of the decision.';
it should be this right? the above is how it showed up translated
$lang['ali_req_waiting'] = 'Your application for membership in the Alliance [%s] will be sent to the head of the Alliance.<br>You will be automatically notified of the decision.';
I was looking at the part where you change the alliance symbol/tag and if you put too many characters in it it pops up an error
Data too long for column 'ally_tag' at row 1
UPDATE sn_alliance SET `ally_name`='23', `ally_tag`='23w45235err54352', `ally_owner_range`='Глава Альянса', `ally_image`='', `ally_web`='', `ally_request_notallow`='0' WHERE `id`='1' LIMIT 1;
I think you need to fix this so it will not pop this up but reload the page and say "You used to many characters(3 to 8 characters)"
or something like that