mirror of
https://github.com/KDE/kasts.git
synced 2025-01-08 06:37:22 +01:00
5 lines
204 B
Bash
5 lines
204 B
Bash
#! /usr/bin/env bash
|
|
# SPDX-FileCopyrightText: 2020 Tobias Fella <tobias.fella@kde.org>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
$XGETTEXT `find -name \*.cpp -o -name \*.qml -o -name \*.js` -o $podir/kasts.pot
|