summaryrefslogtreecommitdiff
path: root/download-translations
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-08-20 12:09:02 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-08-20 12:09:02 +0000
commit9c7f1a63dfed1b2770b5fdaa16e0ae114b2177cf (patch)
tree955e591fac2a81ba9a2098dee1e03d83e60fe2bd /download-translations
parent9063ac33729e55191109f7a863e46151ed408f03 (diff)
downloadgstreamer-common-9c7f1a63dfed1b2770b5fdaa16e0ae114b2177cf.tar.gz
If there are new languages, they need to be added to po/LINGUAS.RELEASE-0_10_3
Original commit message from CVS: * download-translations: * po.mak: If there are new languages, they need to be added to po/LINGUAS.
Diffstat (limited to 'download-translations')
-rwxr-xr-xdownload-translations7
1 files changed, 5 insertions, 2 deletions
diff --git a/download-translations b/download-translations
index c78b620..7272378 100755
--- a/download-translations
+++ b/download-translations
@@ -61,7 +61,7 @@ do
PACKAGE_PO_URL_BASE="http://translationproject.org/latest/$PACKAGE"
PO_URL="$PACKAGE_PO_URL_BASE/$d.po"
PO_FILENAME="$PACKAGE.$d.po"
- if ! wget -q -O $PO_FILENAME $PO_URL 2>/dev/null >/dev/null; then
+ if ! wget -q -nc -O $PO_FILENAME $PO_URL 2>/dev/null >/dev/null; then
rm -f $PO_FILENAME
echo "$d.po: failure (does probably not exist)"
else
@@ -104,7 +104,10 @@ if [ -n "$DOMAINS_UPDATED" ]; then
echo
echo " $CMD_STRING"
echo
- echo "now."
+ echo "now and add the following domains to the po/LINGUAS file:"
+ echo
+ echo " $DOMAINS_TO_ADD"
+ echo
echo
fi
echo "===================================================================="