File indexing completed on 2024-04-14 15:39:43

0001 #!/bin/sh
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 # SPDX-FileCopyrightText: 2020-2021 Harald Sitter <sitter@kde.org>
0004 
0005 $XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/plasma_disks.pot
0006 # Extract JavaScripty files as what they are, otherwise for example template literals won't work correctly (by default we extract as C++).
0007 # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals
0008 $XGETTEXT --join-existing --language=JavaScript `find . -name \*.qml -o -name \*.js` -o $podir/plasma_disks.pot