Warning, file /office/marknote/src/Messages.sh was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 #! /usr/bin/env bash
0002 # SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
0003 # SPDX-License-Identifier: CC0-1.0
0004 $XGETTEXT `find -name \*.cpp -o -name \*.qml -o -name \*.js` -o $podir/marknote.pot
0005