Code review comment for lp:~mterry/duplicity/po-fixes

Revision history for this message
Michael Terry (mterry) wrote :

I made some changes to the po directory, with the intention of us enabling translations through Launchpad.

Things launchpad needs:
  * pot file in bzr
  * po files in same directory as pot file

So I did that.

I also added a script, po/update-pot that you can run in the po dir to update the pot file, simply enough. :) This gets run on a makedist. Ideally, it would also get run whenever you make a string change. When the pot file is updated, push it to bzr.

This is just the infrastructure changes needed to enable translations in LP. We still have to flip some switches to make it happen, which I can turn on if this is accepted.

« Back to merge proposal