[plasma/plasma-workspace/Plasma/6.0] libkmpris: libkmpris: also find i18n strings in subdirectories
Fushan Wen
null at kde.org
Thu Feb 8 05:09:56 GMT 2024
Git commit 21ff2cc8c42023eb1e0ff21c6bebaff95306ade4 by Fushan Wen.
Committed on 08/02/2024 at 05:09.
Pushed by fusionfuture into branch 'Plasma/6.0'.
libkmpris: also find i18n strings in subdirectories
This adds a few missing i18n strings that should have been presented in Plasma
6.0.
BUG: 481010
FIXED-IN: 6.0
CCMAIL: kde-i18n-doc at kde.org
(cherry picked from commit 2510a22b1ede937a225e058ade434e49e900d29d)
M +1 -1 libkmpris/Messages.sh
https://invent.kde.org/plasma/plasma-workspace/-/commit/21ff2cc8c42023eb1e0ff21c6bebaff95306ade4
diff --git a/libkmpris/Messages.sh b/libkmpris/Messages.sh
index 82afecd599b..b3670360f68 100644
--- a/libkmpris/Messages.sh
+++ b/libkmpris/Messages.sh
@@ -1,4 +1,4 @@
#! /usr/bin/env bash
# SPDX-FileCopyrightText: 2023 Fushan Wen <qydwhotmail at gmail.com>
# SPDX-License-Identifier: BSD-2-Clause
-$XGETTEXT *.cpp -o $podir/libkmpris.pot
+$XGETTEXT `find . -name \*.cpp` -o $podir/libkmpris.pot
More information about the kde-i18n-doc
mailing list