poautofill

Autofill po files with automated translations.


Keywords
poautofill
License
MIT
Install
pip install poautofill==0.1.3

Documentation

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