Manage Translations doesn't work properly

shopping1782

New Member
YetiShare User
Wurlie User
Reservo User
Sep 12, 2012
97
0
0
Hi,
I wanted to translate the interface to another language using the in-build "Manage Translations" tool, unfortunately as I moved to page number 2 and I updated the translation I'm automatically moved back to the page #1 which is very annoying considering I have 8 pages to go.

Can this be fixed? Is there any other way how to translate it? I tried to search for the translated text but it seems to be stored in the database and I don't feel like modifying the database directly :)
Thanks for any input.
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

Thanks for the feedback. It is indeed a bit of a pain!

I've added a fix for the next release which will remember the current page. If you want to apply the change in the mean time, open admin/translation_manage_text.php, so to line 161. Replace this text:

Code:
oTable.fnDraw();
with this:

Code:
oTable.fnDraw(false);
Regards,
Adam.
 

shopping1782

New Member
YetiShare User
Wurlie User
Reservo User
Sep 12, 2012
97
0
0
Thanks Adam for fast reply!
It worked just fine. You guys if you go ahead and fix it manually before it is released in new version just make sure to edit the correct one as there is "translation_manage.php" and "translation_manage_text.php" and both contain oTable.fnDraw(); so make sure you edit the right one...
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Don't worry, we've included it in all the pages for the next release. :)