Metadata-Version: 1.1
Name: django-autotranslate
Version: 0.3
Summary: A simple Django app to automatically translate the pot (`.po`) files generated by django's makemessages command using google translate.
Home-page: https://github.com/ankitpopli1891/django-autotranslate/
Author: Ankit Popli
Author-email: ankitpopli1891@gmail.com
License: MIT License
Description: ====================
        django-autotranslate
        ====================
        
        A simple Django app to automatically translate the pot (`.po`) files generated by django's makemessages command
        using google translate.
        
        |pypi-version| |pypi-downloads-day| |pypi-downloads-week| |pypi-downloads-month|
        
        Installation:
        -------------
        
            $  pip install django-autotranslate
            
        Quickstart:
        -----------
        
            **Assumption:** you already have run `makemessages` command and `.po` files have been generated.
        
        #. Add 'autotranslate' to **INSTALLED_APPS** setting.
        #. run the following command to see the magic happen (fingers crossed):
           
            $  python manage.py translate_messages
           
        .. |pypi-version| image:: https://pypip.in/v/django-autotranslate/badge.png
            :target: https://pypi.python.org/pypi/django-autotranslate/
        
        .. |pypi-downloads-day| image:: https://pypip.in/d/django-autotranslate/badge.png?period=day
            :target: https://pypi.python.org/pypi/django-autotranslate/
        
        .. |pypi-downloads-week| image:: https://pypip.in/d/django-autotranslate/badge.png?period=week
            :target: https://pypi.python.org/pypi/django-autotranslate/
        
        .. |pypi-downloads-month| image:: https://pypip.in/d/django-autotranslate/badge.png?period=month
            :target: https://pypi.python.org/pypi/django-autotranslate/
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
