A simple Django app to automatically translate the pot (`.po`) files generated by django's makemessages command using google translate.
Project description
====================
django-autotranslate
====================
A simple Django app to automatically translate the pot (`.po`) files generated by django's makemessages command
using google translate.
|travis-ci| |pypi-version| |requirements|
Installation:
-------------
.. code-block:: bash
pip install django-autotranslate
Add ``'autotranslate'`` to your ``INSTALLED_APPS`` setting.
.. code-block:: python
INSTALLED_APPS = (
...
'autotranslate',
)
Quickstart:
-----------
.. code-block:: bash
python manage.py translate_messages
The command finds all the generated pot (``.po``) files under the locale paths (``LOCALE_PATHS``) specified in django project settings, and translates them automatically.
Options:
--------
#. ``-f, --set-fuzzy``: Set the 'fuzzy' flag on autotranslated entries
#. ``-l, --locale 'locale'``: Only translate the specified locales
#. ``-u, --untranslated``: Only translate the untranslated messages
.. code-block:: bash
python manage.py translate_messages -l 'de' -l 'es'
Settings:
---------
#. Use a different Translation Service:
.. code-block:: bash
# default: 'autotranslate.services.GoSlateTranslatorService'
# pip install google-api-python-client
AUTOTRANSLATE_TRANSLATOR_SERVICE = 'autotranslate.services.GoogleAPITranslatorService'
GOOGLE_TRANSLATE_KEY = '<google-api-key>'
Tests:
-----
.. code-block:: bash
# run test against all environments
tox
# run test against a specific environment defined in tox.ini
# eg. django>1.9 & python3.4
tox -e dj19-py34
.. |travis-ci| image:: https://travis-ci.org/ankitpopli1891/django-autotranslate.svg?branch=master
:target: https://travis-ci.org/ankitpopli1891/django-autotranslate
.. |pypi-version| image:: https://img.shields.io/pypi/v/django-autotranslate.svg
:target: https://pypi.python.org/pypi/django-autotranslate/
.. |requirements| image:: https://requires.io/github/ankitpopli1891/django-autotranslate/requirements.svg?branch=master
:target: https://requires.io/github/ankitpopli1891/django-autotranslate/requirements/?branch=master
django-autotranslate
====================
A simple Django app to automatically translate the pot (`.po`) files generated by django's makemessages command
using google translate.
|travis-ci| |pypi-version| |requirements|
Installation:
-------------
.. code-block:: bash
pip install django-autotranslate
Add ``'autotranslate'`` to your ``INSTALLED_APPS`` setting.
.. code-block:: python
INSTALLED_APPS = (
...
'autotranslate',
)
Quickstart:
-----------
.. code-block:: bash
python manage.py translate_messages
The command finds all the generated pot (``.po``) files under the locale paths (``LOCALE_PATHS``) specified in django project settings, and translates them automatically.
Options:
--------
#. ``-f, --set-fuzzy``: Set the 'fuzzy' flag on autotranslated entries
#. ``-l, --locale 'locale'``: Only translate the specified locales
#. ``-u, --untranslated``: Only translate the untranslated messages
.. code-block:: bash
python manage.py translate_messages -l 'de' -l 'es'
Settings:
---------
#. Use a different Translation Service:
.. code-block:: bash
# default: 'autotranslate.services.GoSlateTranslatorService'
# pip install google-api-python-client
AUTOTRANSLATE_TRANSLATOR_SERVICE = 'autotranslate.services.GoogleAPITranslatorService'
GOOGLE_TRANSLATE_KEY = '<google-api-key>'
Tests:
-----
.. code-block:: bash
# run test against all environments
tox
# run test against a specific environment defined in tox.ini
# eg. django>1.9 & python3.4
tox -e dj19-py34
.. |travis-ci| image:: https://travis-ci.org/ankitpopli1891/django-autotranslate.svg?branch=master
:target: https://travis-ci.org/ankitpopli1891/django-autotranslate
.. |pypi-version| image:: https://img.shields.io/pypi/v/django-autotranslate.svg
:target: https://pypi.python.org/pypi/django-autotranslate/
.. |requirements| image:: https://requires.io/github/ankitpopli1891/django-autotranslate/requirements.svg?branch=master
:target: https://requires.io/github/ankitpopli1891/django-autotranslate/requirements/?branch=master
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-autotranslate-1.0.2.tar.gz.
File metadata
- Download URL: django-autotranslate-1.0.2.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d612a188eba5e6e818b5e5a806505e9be1319ddd8bb875eacddfd83de52dc26
|
|
| MD5 |
7a09bf3b76cd4140d257c35de539478d
|
|
| BLAKE2b-256 |
f31721a7b7b996a0ca006ebbfc4af51b48289814d884052cd3b937a720571b7d
|