Translations/Specs/ExportChangedInLaunchpad

Not logged in - Log In / Register

Revision 2 as of 2009-01-16 12:47:18

Clear message

Export translations that were changed in Launchpad

Implementation of the blueprint export-changed-in-launchpad.

Analysis of existing code

There is already code to

Export of a PO file

Call Hierarchy

The cron script is doing this:

Issues

Selection of changed translations

POFile has a method getPOTMsgSetChangedInLaunchpad that returns a POTMsgSet with the relevant messages. This could be adapted to ITranslationFileData like POFile itself but then it would not use the export view. What is the difference between the view and the query in this method?