l10n and PO file helper tools
Project description
dennis is a command line tool for translating and linting .po files.
It includes the following subcommands:
translate: Translates strings in .po files into something else! Comes with an HTML extractor (tokenizes strings so that only the text is translated) and a bunch of translations like Pirate!. This is helpful for l10n testing, development, finding unicode/layout problems, amazing your friends, hilarious April 1st shenanigans, etc.
The system allows for other translators and extractors using a loosely coupled pipeline.
This also works on strings passed in as command line arguments and as stdin—it doesn’t have to be a .po file or in a .po format.
lint: Lints .po files for problems.
The system allows for defining other variable formats.
Quick start
Install:
$ pip install dennis $ pip install blessings # Optional for prettier output
Lint a .po file for problems:
$ dennis-cmd lint locale/fr/LC_MESSAGES/messages.po
Lint all your .po files for errors:
$ dennis-cmd lint --errorsonly locale/
Translate a .po file in place into Pirate!:
$ dennis-cmd translate --pipeline=html,pirate \ locale/xx/LC_MESSAGES/messages.po
Get help:
$ dennis-cmd
Project details
- Code:
- Documentation:
- Issue tracker:
- License:
BSD 3-clause; see LICENSE file
Why is it called dennis?
This is how I name my software projects.
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 dennis-0.3.6.tar.gz
.
File metadata
- Download URL: dennis-0.3.6.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 756699a82e03eab1b084e98a77c1e07e0c3ffe3f13dfbc8b09978efacabc4aa3 |
|
MD5 | 2c0ce1d05c278bf811cc5bf383818102 |
|
BLAKE2b-256 | 64825a5870d102418816c9b322d9e8e10832936a9f8f18210d7a7a69c1db0134 |