diff --git a/src/update_translations.sh b/src/update_translations.sh new file mode 100755 index 0000000..c84abc5 --- /dev/null +++ b/src/update_translations.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +for ts in i18n/*.ts ; do + lupdate-qt6 *.cpp -ts $ts +done \ No newline at end of file