wiki:GoogleTranslatePlugin

Add Google Translate to ticket pages

Description

This is a plugin that adds the Google Translate button to every ticket description and ticket comment, and that would translate it to the user selected language.

Click on the Translate button at the top right to translate in the user's locale:

Translate

Use the Untranslate button to revert to the original language:

Translation

To use this plugin, click on the "Translate" button and your comment or ticket description will get translated to the chosen user selected language.

Bugs/Feature Requests

Existing bugs and feature requests for GoogleTranslatePlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out GoogleTranslatePlugin from here using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page.

Configuration

You must enable it in Trac's admin section or by editing your trac.ini file:

[components]
translate.* = enabled

Also, you have to get a Google API key and add it to your trac.ini file:

[translate]
google_api_key = <GOOGLE API KEY>

Recent Changes

9908 by dyeldandi on 2011-02-28 16:58:17
Initial commit
9907 by dyeldandi on 2011-02-28 16:46:17
New hack GoogleTranslatePlugin, created by dyeldandi
(more)

Author/Contributors

Author: dyeldandi
Maintainer: Denis
Contributors:

Last modified 2 years ago Last modified on May 15, 2022, 7:24:23 AM

Attachments (2)

Download all attachments as: .zip