[utilities/kdebugsettings] /: Extract qml i18n string
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 56648c22931771879db675d08e60e1e0965ab750 by Laurent Montel. Committed on 19/07/2026 at 16:15. Pushed by mlaurent into branch 'master'. Extract qml i18n string M +1 -1 Messages.sh https://invent.kde.org/utilities/kdebugsettings/-/commit/56648c22931771879db675d08e60e1e0965ab750 diff --git a/Messages.sh b/Messages.sh index 8345062e..280bb472 100755 --- a/Messages.sh +++ b/Messages.sh @@ -2,4 +2,4 @@ # SPDX-FileCopyrightText: 2015-2026 Laurent Montel <[email protected]> # SPDX-FileCopyrightText: 2023 Luigi Toscano <[email protected]> # SPDX-License-Identifier: BSD-3-Clause -$XGETTEXT `find src/ -name '*.cpp' | grep -v '/tests/' | grep -v '/autotests/'` -o $podir/kdebugsettings.pot +$XGETTEXT `find src/ -name '*.cpp' -o -name '*.qml' | grep -v '/tests/' | grep -v '/autotests/'` -o $podir/kdebugsettings.pot