File indexing completed on 2024-05-12 05:36:52

0001 #! /usr/bin/env bash
0002 
0003 # SPDX-FileCopyrightText: none
0004 # SPDX-License-Identifier: CC0-1.0
0005 
0006 $XGETTEXT `find . -name "*.cpp" -o -name "*.qml"` -o $podir/kcm_bolt.pot
0007 $XGETTEXT -j -L JavaScript `find . -name "*.js"` -o $podir/kcm_bolt.pot
0008