Changes between Version 7 and Version 8 of TranslationManagerPlugin


Ignore:
Timestamp:
May 8, 2015, 8:32:17 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged as beta

Legend:

Unmodified
Added
Removed
Modified
  • TranslationManagerPlugin

    v7 v8  
    55== Description
    66
    7 ''The plugin is currently in beta test phase. Currently it only works for Java resource bundle files (properties files)''
     7''The plugin is currently in beta test phase. Currently it only works for Java resource bundle files (properties files)''.
    88
    99The goal of this Trac plugin is to manage translations of your source code for different languages.
    1010
    1111The objective is to support different file formats such as:
    12 - Java [http://en.wikipedia.org/wiki/Java_resource_bundle resource bundle], ''currently the main goal''
    13 - [http://en.wikipedia.org/wiki/Gettext GNU Gettext] (Portable Objects - PO), used for Python, C
     12- Java [http://en.wikipedia.org/wiki/Java_resource_bundle resource bundle], ''currently the main goal''.
     13- [http://en.wikipedia.org/wiki/Gettext GNU Gettext] (Portable Objects - PO), used for Python, C.
    1414
    1515=== Specification
     
    6262== Configuration
    6363
     64Add the following to your `trac.ini` file:
     65
    6466{{{#!ini
    6567[translationmanager]