Metadata-Version: 2.1
Name: translate-po
Version: 1.0.12
Summary: Automatic PO file translator
Home-page: https://github.com/zcribe/translate-po
Author: Erlend Eelmets
Author-email: erlend.eelmets@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/zcribe/translate-po
Project-URL: Documentation, https://github.com/zcribe/translate-po/docs/main.html
Project-URL: Author, http://www.erlend.ee
Description: # translate-po
        
        Simple quick script for automatically translating .po files using Google. It speeds up internationalization by giving translators machine translated base version to correct.
        
        ## Usage
        
        Installation
        ```cmd
        pip install translate-po
        ```
        
        Usage
        ```python
        from translate_po.main import run
        
        run(fro="en" to="et" src="./untranslated" dest="./translated")
        ```
        
        ### Changelog
        1.0.12
        - Fixed typo in the readme
        1.0.11
        - Fixed distributable not including parts of code
        - Build script improvements
        - Fixed dependencies not automatically installing
        - Added .po file recognition
        - Changed default constants for simpler use
        
        1.0.4 
        
        - Swapped out my own implementation of .po file parser for polib one. 
        - Fixed metadata writing into new files.
Keywords: po translate automatic google
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Internationalization
Requires-Python: >=3.6
Description-Content-Type: text/markdown
