Metadata-Version: 2.1
Name: django-translate-po-files
Version: 0.0.6
Summary: Automatically translate all Django PO files in the correct languages using google translate.
Home-page: https://github.com/bartmachielsen/django-translate-po-files
Author: Bart Machielsen
Author-email: bartmachielsen@gmail.com
License: UNKNOWN
Description: # django-translate-po-files
        Automatically translate all .po files in your django project.
        
        ## Get Started
        
        Install the package:
        
        ```
        pip install django-translate-po-files
        ```
        
        Translate all project PO files.
        
        ```
        django-translate-po --google-api-key YOUR_GOOGLE_API_KEY
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
