Changeset 28490 in osm for applications/editors/josm/i18n
- Timestamp:
- 2012-07-14T14:23:08+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/launchpad.pl
r28424 r28490 167 167 { 168 168 my $mech = dologin(); 169 print "Starting upload.\n" 170 sleep(2); 169 171 $mech->get("https://translations.launchpad.net/josm/trunk/+translations-upload"); 170 172 chdir("po"); 171 173 $mech->submit_form(with_fields => {"file" => "josm.pot"}); 174 sleep(10); 175 print "Trying to approve upload.\n"; 172 176 $mech->get("https://translations.launchpad.net/josm/trunk/+imports?field.filter_status=NEEDS_REVIEW&field.filter_extension=pot"); 173 177 my @links;
Note:
See TracChangeset
for help on using the changeset viewer.