X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=check-translations.sh;h=fb1f68f32a64fecb6dd70b1334372defff54510c;hb=e425e4c413f8bd44e93317cf5fce380b15e39a4d;hp=eb2d32f67817c1bfad972a3b98784db666f68291;hpb=c4f829a02fb9d9b46ad08471e1ce232b88ab2ad3;p=xonotic%2Fxonotic-data.pk3dir.git 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"