mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 02:42:51 +00:00
6 lines
173 B
Bash
6 lines
173 B
Bash
#! /bin/sh
|
|
$XGETTEXT *.cpp -o $podir/libkcalcore.pot
|
|
if ( test -e $podir/libkcalcore.pot )
|
|
then
|
|
echo "Error: kdepimlibs/kcalcore library should NOT have i18n strings."
|
|
fi
|