Changes between Version 9 and Version 10 of TranslationManagerPlugin


Ignore:
Timestamp:
Jan 21, 2016, 9:43:58 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TranslationManagerPlugin

    v9 v10  
    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 [wikipedia:Java_resource_bundle resource bundle], ''currently the main goal''.
     13- GNU [wikipedia:Gettext Gettext] (Portable Objects - PO), used for Python, C.
    1414
    1515=== Specification
    1616
    17 At first step it is intended for Java's [http://en.wikipedia.org/wiki/Java_resource_bundle resource bundle] files; thus in this text only resource bundles / properties files are used. As there is a similar logic to Portable Objects (PO) it should be possible to adapt all requirements to them too.
     17At first step it is intended for Java's resource bundle files; thus in this text only resource bundles / properties files are used. As there is a similar logic to Portable Objects (PO) it should be possible to adapt all requirements to them too.
    1818
    19 The idea is to use `properties` files from subversion control (such as SVN). It should be parametrized in `trac.ini` file, which files (possibly with an asterix as a wilcard) should be editable. These files should be displayed as a table like:
     19The idea is to use `properties` files from subversion control, such as SVN. It should be parametrized in your `trac.ini` file, which files (possibly with an asterix as a wildcard) should be editable. These files should be displayed as a table like:
    2020
    2121||= '''Key''' =||= '''English''' =||= '''Deutsch''' =||
     
    4444
    4545If you have any issues, create a
    46 [http://trac-hacks.org/newticket?component=TranslationManagerPlugin&owner=framay new ticket].
     46[/newticket?component=TranslationManagerPlugin new ticket].
    4747
    4848[[TicketQuery(component=TranslationManagerPlugin&group=type,format=progress)]]
     
    5959
    6060''The plugin is currently in beta test phase.''
     61
     62General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    6163
    6264== Configuration