From fbc0aeb2814547b411c093b595a07b6e14419463 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 30 Apr 2011 10:10:46 +0200 Subject: [PATCH] instead, take translation updates from ~/check-translations/ --- check-translations.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.2