mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-24 10:52:52 +00:00
7 lines
173 B
Bash
7 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
|