Skip to content

Commit

Permalink
Fixed typo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ito32bit authored Apr 5, 2021
1 parent 7eb9584 commit 42de723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxqt-transupdate
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ for i in $TEMPLATES; do
lupdate $SOURCEDIR -ts $i -locations absolute -no-obsolete
echo
echo "== Language updates =="
echo "lupdate $SOURCEDIR -ts $TRANSDIR/*.ts -locations absolute -no-obsolete\n"
echo "lupdate $SOURCEDIR -ts $TRANSDIR/*_*.ts -locations absolute -no-obsolete\n"
lupdate $SOURCEDIR -ts $TRANSDIR/*_*.ts -locations absolute -no-obsolete
done

0 comments on commit 42de723

Please sign in to comment.