Skip to main content

Automatic PO file translator

Project description

translate-po

Simple quick script for automatically translating .po files using Google. It speeds up internationalization by giving translators machine translated base version to correct.

Usage

Installation

pip install translate-po

Usage

from translate_po.main import run

run(fro="en" to="et" src="./untranslated" dest="./translated")

Changelog

1.0.13

  • Fixed typo in the readme

1.0.11

  • Fixed distributable not including parts of code
  • Build script improvements
  • Fixed dependencies not automatically installing
  • Added .po file recognition
  • Changed default constants for simpler use

1.0.4

  • Swapped out my own implementation of .po file parser for polib one.
  • Fixed metadata writing into new files.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

translate-po-1.0.13.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

translate_po-1.0.13-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page