kasts/src/Messages.sh

4 lines
103 B
Bash
Raw Normal View History

2020-04-15 21:21:08 +02:00
#! /usr/bin/env bash
2021-05-03 22:16:19 +02:00
$XGETTEXT `find -name \*.cpp -o -name \*.qml -o -name \*.js` -o $podir/kasts.pot
2020-04-15 21:21:08 +02:00