2020-04-15 21:21:08 +02:00
|
|
|
#! /usr/bin/env bash
|
2021-04-06 17:04:17 +02:00
|
|
|
# SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
2021-05-03 22:16:19 +02:00
|
|
|
$XGETTEXT `find -name \*.cpp -o -name \*.qml -o -name \*.js` -o $podir/kasts.pot
|