From: Rudolf Polzer Date: Sat, 30 Apr 2011 08:10:46 +0000 (+0200) Subject: instead, take translation updates from ~/check-translations/ X-Git-Tag: xonotic-v0.5.0~268^2~2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=fbc0aeb2814547b411c093b595a07b6e14419463 instead, take translation updates from ~/check-translations/ --- diff --git a/check-translations.sh b/check-translations.sh index eb2d32f67..fb1f68f32 100755 --- a/check-translations.sh +++ b/check-translations.sh @@ -16,7 +16,7 @@ for VM in menu csprogs; do } | xgettext -LC -k_ -f- --from-code utf-8 -o "$VM".dat.pot >&2 for X in "$VM".dat.*.po; do [ -f "$X" ] || continue - for Y in "$X".*.new; do + for Y in ~/check-translations/"$X".*; do [ -f "$Y" ] || continue msgcat -F --use-first "$Y" "$X" > "$X".new mv "$X".new "$X"