Skip to content
forked from mozilla/dennis

dennis is a series of localization tools

License

Notifications You must be signed in to change notification settings

judytuna/dennis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read me

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 Pirate! translation. 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 cases where there are variable formatting tokens in msg strings that aren't in the translated strings and vice versa.

    The system allows for defining other variable formats.

Quick start

Install:

$ pip install dennis
$ pip install blessings  # Optional for pretty output

Lint:

$ dennis-cmd lint locale/fr/LC_MESSAGES/messages.po

Translate:

$ dennis-cmd translate --pipeline=html,pirate \
    locale/xx/LC_MESSAGES/messages.po

Get help:

$ dennis-cmd

Project details

Code

http://github.com/willkg/dennis

Documentation

http://dennis.rtfd.org/

Issue tracker

https://github.com/willkg/dennis/issues

License

BSD 3-clause; see LICENSE file

Why is it called dennis?

This is how I name my software projects.

Status

July 13th, 2013

I added a bunch of tests and docs and transforms and stuff. It's fun. It works for me. It meets my needs.

It's got missing bits and holes and stuff. If it doesn't meet your needs, add an issue to the tracker.

I'm probably only going to work on things that interest me. For everything else, if you're interested in working on it, let me know first preferably by commenting on a relevant issue in the issue tracker.

About

dennis is a series of localization tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%