Update list of ddtp languages to the ones available on
ddtp.debian.net.
Fix typo in 120synctrans in the remote mirror retrieval
part.
Execute parse-translations before parse-contents in process_archive
because the latter needs way more time.
# Architectures
#
polangs="de fi nl fr uk"
-ddtplangs="de cs da eo es fi fr hu it ja nl pl pt_BR pt_PT ru sk sv_SE uk"
+ddtplangs="ca cs da de eo es fi fr go hu it ja km_KH ko nl pl pt pt_BR ru sk sv uk zh zh_CN zh_TW"
archives="us security amd64 gnuab backports volatile"
sections="main contrib non-free"
parts="$sections"
do
echo retrieve translated Descs $dist/$part/$lang
(cd us/${dist}/${part}/i18n &&
- wget -q -N ${ddtp_ftpsite}/dists/${dist}/${part}/i18n/Translations-$lang.gz)
+ wget -q -N ${ddtp_ftpsite}/dists/${dist}/${part}/i18n/Translation-$lang.gz)
done
done
done
date
./bin/parse-sources
date
-./bin/parse-contents
-date
./bin/parse-translations
date
+./bin/parse-contents
+date