Changes between Version 5 and Version 6 of TranslationManagerPlugin


Ignore:
Timestamp:
Mar 13, 2015, 10:38:09 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TranslationManagerPlugin

    v5 v6  
    99The goal of this Trac plugin is to manage translations of your source code for different languages.
    1010
    11 The intention is to support different file formats such as:
     11The objective is to support different file formats such as:
    1212- Java [http://en.wikipedia.org/wiki/Java_resource_bundle resource bundle], ''currently the main goal''
    1313- [http://en.wikipedia.org/wiki/Gettext GNU Gettext] (Portable Objects - PO), used for Python, C
     
    1919The 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:
    2020
    21 ||= Key =||= English =||= Deutsch =||
     21||= '''Key''' =||= '''English''' =||= '''Deutsch''' =||
    2222|| Common.German || German || Deutsch ||
    2323|| Common.Cancel || Cancel || Abbrechen ||
     
    2525==== Workflow
    2626
    27 When saving translations it should be commited to subversion control (when permissions are sufficient, e.g. as developer) or a diff / patch file should be created. This patch file should be stored at a specific place with a comment, so developers can review them and then adopt them by committing to version control.
     27When saving translations it should be committed to subversion control (when permissions are sufficient, e.g. as developer) or a diff / patch file should be created. This patch file should be stored at a specific place with a comment, so developers can review them and then adopt them by committing to version control.
    2828
    2929==== Needed Permissions
     
    3131TM for TranslationManager
    3232
    33 ||= Permission =||= Used for =||
     33||= '''Permission''' =||= '''Used for''' =||
    3434|| TM_VIEW || only viewing translations ||
    3535|| TM_EDIT || edit translations and submitting to SVN ||
     
    3838|| TM_ADMIN ('''missing''') || all above ||
    3939
    40 ==== Needed configuration
     40== !Bugs/Feature Requests
     41
     42Existing bugs and feature requests for TranslationManagerPlugin are
     43[report:9?COMPONENT=TranslationManagerPlugin here].
     44
     45If you have any issues, create a
     46[http://trac-hacks.org/newticket?component=TranslationManagerPlugin&owner=framay new ticket].
     47
     48[[TicketQuery(component=TranslationManagerPlugin&group=type,format=progress)]]
     49
     50== Download
     51
     52Download the zipped source from [export:translationmanagerplugin here].
     53
     54== Source
     55
     56You can check out TranslationManagerPlugin from [http://trac-hacks.org/svn/translationmanagerplugin here] using Subversion, or [source:translationmanagerplugin browse the source] with Trac.
     57
     58== Installation
     59
     60''The project is currently in specification phase. It will start in Autumn 2014.''
     61
     62== Configuration
    4163
    4264{{{#!ini
     
    5274}}}
    5375
    54 == !Bugs/Feature Requests
    55 
    56 Existing bugs and feature requests for TranslationManagerPlugin are
    57 [report:9?COMPONENT=TranslationManagerPlugin here].
    58 
    59 If you have any issues, create a
    60 [http://trac-hacks.org/newticket?component=TranslationManagerPlugin&owner=framay new ticket].
    61 
    62 == Download
    63 
    64 Download the zipped source from [export:translationmanagerplugin here].
    65 
    66 == Source
    67 
    68 You can check out TranslationManagerPlugin from [http://trac-hacks.org/svn/translationmanagerplugin here] using Subversion, or [source:translationmanagerplugin browse the source] with Trac.
    69 
    70 == Installation
    71 
    72 ''The project is currently in specification phase. It will start in Autumn 2014.''
    73 
    7476== Recent Changes
    7577