Automated upload of translations

Asked by Michael Diederich

Hi,

I would like to automatize the upload and the download of the translations. For our old translation system, we had something like this:

# 2.Test - FileUpload
my $req = POST 'http://www.HOST.DNS/upload.php',
Content_Type => 'form-data',
Content => [
 project => '1',
 fileformat => '1',
 pofile => ["messages.po" => "messages.po", 'Content_Type' => "application/x-gettext"],
];

Will something like this also work with launchpad?

Thanks,

Michael

Question information

Language:
English Edit question
Status:
Answered
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Данило Шеган (danilo) said :
#1

There's nothing in Launchpad which would stop it from working, so I suggest you try. It's not a supported way of doing things at this time, though, so you're on your own.

Can you help with this problem?

Provide an answer of your own, or ask Michael Diederich for more information if necessary.

To post a message you must log in.