Metadata-Version: 1.1
Name: lingua.autotranslate
Version: 0.1
Summary: An autotranslation toolkit for .po files using Google Translate API.
Home-page: https://github.com/saily/lingua.autotranslate
Author: Daniel Widerin
Author-email: daniel@widerin.net
License: GPL
Description: Introduction
        ============
        
        lingua.autotranslate is an autotranslation toolkit for .po files using Google
        Translate API.
        
        Usage
        -----
        
        To use this package you should add the following line to your eggs buildout
        section::
        
            eggs =
                lingua.autotranslate
        
        When running ``bin/buildout`` it will create a new console script for you,
        ``bin/autotranslate`` which requires at least two parameters::
        
            ~/workspace/my.product $ bin/autotranslate -h
            usage: autotranslate [-h] -i <locale> <po file> [-u]
        
            Translate Po files.
        
            optional arguments:
              -h, --help            show this help message and exit
              -i <locale> <po file>
                                    Locale and filename of po-file to process
              -u                    Force updating translations by retranslating all
                                    msgids.
        
        Example:
        --------
        
        See translation example below.::
        
            ~/workspace/my.product $ bin/autotranslate -i de src/my/product/locales/de/LC_MESSAGES/my.product.po
            [ Success ] New product -> Neues Produkt
            [ Success ] Specification -> Beschreibung
            [ Success ] Language -> Sprache
            ...
        
        
        Author
        ------
        
        - Daniel Widerin  <daniel@widerin.net>
        
        
        
        Contributors
        ============
        
        - Daniel Widerin  [saily]  <daniel@widerin.net>
        
        
        Changelog
        =========
        
        0.1 (2013-09-06)
        ----------------
        
        - Package created using templer
          [saily]
        
Keywords: translation po gettext Babel lingua i18n
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
