Metadata-Version: 2.1
Name: poautofill
Version: 0.1.3
Summary: Autofill po files with automated translations.
Home-page: https://github.com/JulienPalard/poautofill
Author: Julien Palard
Author-email: julien@palard.fr
License: MIT license
Keywords: poautofill
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: polib
Requires-Dist: requests
Requires-Dist: click
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: detox; extra == 'dev'

==========
poautofill
==========


.. image:: https://img.shields.io/pypi/v/poautofill.svg
        :target: https://pypi.python.org/pypi/poautofill


Script to automatically translate a given po file. It currently only
uses https://deepl.com but should be extended to use other sources.

It only translates empty translations, and mark them as ``fuzzy`` so
you can easily spot them for mandatory review.

This project is *not* aimed to automatically translate files for use
in production, more to give some material for translators while
translating offline, like missing vocabulary.

Usage::

  poautofill any_file.po
  # processes any_file.po

  poautofill -h
  # displays help

* Free software: MIT license


Contributing
============

Don't forget to test locally::

  $ pip install -e .[dev]
  $ detox


