Hi there,
Anyone have adopted Google Translator zimlet to work with ZCS 8 ? Any guide to try myself ?
Hi there,
Anyone have adopted Google Translator zimlet to work with ZCS 8 ? Any guide to try myself ?
I did actually. But it's not working. Needs some update ...
Well, i looked to the source code and found lot of references to ZCS 8. It should work somehow, but not. Maybe some last time changes in ZCS 8 preventing it to work. Any help ?
I've tried deploying the Google Translator to Zimbra 8, and the 'translate' button isn't showing up on the message toolbar. I've checked both conversatiom & single-message views, so I don't think that's the problem, and it's not giving any error messages that I can see. Any idea why this might be happening?
I think I've found part of the problem - it looks like this line in initializetoolbar() isn't right:
I changed it toPHP Code:else if(this.isZimbra8 && !toolbar.getOp("GOOGLE_TRANSLATOR") && (view.indexOf(ZmId.VIEW_CONV) == 0 || view.indexOf(ZmId.VIEW_MSG) == 0)) {
which makes the translate button show up properly. Now I'm having problems getting it to connect to googleapis.com, but I think that's a firewall issue on my side.PHP Code:else if (this.isZimbra8 && !toolbar.getOp("GOOGLE_TRANSLATOR") && (view.indexOf(ZmId.VIEW_CONVLIST) || view.indexOf(ZmId.VIEW_CONV) || view.indexOf(ZmId.VIEW_TRAD)))
There are currently 1 users browsing this thread. (0 members and 1 guests)