X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2Fupdate.sh;h=a0a441da7af22c50044e8d2845b8172be57da632;hp=8e86009572152ac3d083065e1db3b7a3a0e01180;hb=f8de7b607c3e168996138cbc5e1cfca18254ba09;hpb=826a68dd9b56492b00a4b64bc959acc3f8891ad0 diff --git a/po/update.sh b/po/update.sh index 8e860095..a0a441da 100755 --- a/po/update.sh +++ b/po/update.sh @@ -6,5 +6,5 @@ if [ ! $# -eq 1 ]; then exit 1 fi -msgmerge --no-wrap --width 1 -U $1 quassel.pot +msgmerge --no-wrap --width 1 -U $1.po quassel.pot [ $? -ne 0 ] && echo "Something went wrong"