Changes between Version 4 and Version 5 of GoogleTranslateTimelineScript


Ignore:
Timestamp:
Nov 11, 2015, 3:43:39 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • GoogleTranslateTimelineScript

    v4 v5  
    55== Description
    66
    7 !JavaScript add-on that translates changeset comments in Trac timeline using Google AJAX Language API version 1.
     7This is a !JavaScript add-on that translates changeset comments in Trac timeline using Google AJAX Language API version 1. With the AJAX Language API, you can translate and detect the language of blocks of text within a webpage using only Javascript.
    88
    99== Bugs/Feature Requests
     
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=GoogleTranslateTimelineScript&owner=techtonik new ticket].
     15[/newticket?component=GoogleTranslateTimelineScript new ticket].
    1616
    1717[[TicketQuery(component=GoogleTranslateTimelineScript&group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:googletranslatetimelinescript here].
     21Download the zipped source from [export:googletranslatetimelinescript here].
    2222
    2323== Source
    2424
    25 You can check out GoogleTranslateTimelineScript from [http://trac-hacks.org/svn/googletranslatetimelinescript here] using Subversion, or [source:googletranslatetimelinescript browse the source] with Trac.
     25You can check out GoogleTranslateTimelineScript from [/svn/googletranslatetimelinescript here] using Subversion, or [source:googletranslatetimelinescript browse the source] with Trac.
    2626
    2727== Example
     
    2929Place '''timeline.translate.js''' into your project ''htdocs/'' directory. Merge the following '''site.html''' example with your environment's ''templates/site.html'' head section:
    3030
    31 {{{
    32 #!xml
     31{{{#!xml
    3332<html xmlns="http://www.w3.org/1999/xhtml"
    3433      xmlns:py="http://genshi.edgewall.org/" py:strip="">
     
    4847}}}
    4948
    50 Tune ''timeline.translate.js'' to match you source/target language.
     49Tune ''timeline.translate.js'' to match your source/target language.
    5150
    5251== Recent Changes