Changes between Version 6 and Version 7 of GoogleTranslatePlugin


Ignore:
Timestamp:
Aug 10, 2016, 4:49:24 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GoogleTranslatePlugin

    v6 v7  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Google Translate plugin
     3= Add Google Translate to ticket pages
    44
    55== Description
    66
    7 A plugin that adds the Google "translate" button to every ticket description and ticket comment, and that would translate it to the current UI language:
     7This 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.
    88
    9 [[Image(translate1.png)]]
     9Click on the '''Translate''' button at the top right to translate in the user's locale:
    1010
    11 [[Image(translate2.png)]]
     11[[Image(translate1.png, border=2)]]
     12
     13Use the '''Untranslate''' button to revert to the original language:
     14
     15[[Image(translate2.png, border=2)]]
    1216
    1317== Bugs/Feature Requests
     
    2933You can check out GoogleTranslatePlugin from [/svn/googletranslateplugin here] using Subversion, or [source:googletranslateplugin browse the source] with Trac.
    3034
     35== Installation
     36
     37General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     38
    3139== Configuration
    3240
    33 You must enable it in Trac's UI or by editing your `trac.ini` file:
     41You must enable it in Trac's admin section or by editing your `trac.ini` file:
    3442{{{#!ini
    3543[components]
     
    3745}}}
    3846
    39 Also, you have to get a google API key and add it to your `trac.ini` file:
     47Also, you have to get a Google API key and add it to your `trac.ini` file:
    4048{{{#!ini
    4149[translate]