mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-20 11:47:45 +00:00
4 lines
173 B
Bash
4 lines
173 B
Bash
|
#!/usr/bin/env bash
|
||
|
# SPDX-FileCopyrightText: None
|
||
|
# SPDX-License-Identifier: CC0-1.0
|
||
|
$XGETTEXT `find . \( -name \*.cpp -o -name \*.h -o -name \*.qml \)` -o $podir/novus.pot
|