improve pomerge
This commit is contained in:
parent
608c58de55
commit
a872caaf88
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ pomerge() {
|
||||||
cp -v "$new_po" "$app_po"
|
cp -v "$new_po" "$app_po"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
msgcat --use-first --no-location --no-wrap "$app_po" "$new_po"
|
tmp="$(mktemp)"
|
||||||
|
msgcat --use-first --no-location --no-wrap "$app_po" "$new_po" > "$tmp"
|
||||||
|
mv "$tmp" "$app_po"
|
||||||
}
|
}
|
||||||
|
|
||||||
pocompile() {
|
pocompile() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue