#!/bin/bash for ts in i18n/*.ts ; do lupdate-qt6 *.cpp -ts $ts done