File indexing completed on 2024-05-05 05:51:23

0001 #! /bin/sh
0002 $EXTRACTRC *.rc *.ui >> rc.cpp
0003 for i in externaltools-config/*; do
0004     grep -n -e '^ *name=' $i | sed 's!^\(.*\):.*name= *\(.*\) *$!// i18n: file: \1\ni18nc("External tool name", "\2");!' | sed 's/ \+")/")/' >>rc.cpp || exit 13
0005     grep -n -e '^ *category=' $i | sed 's!^\(.*\):.*category= *\(.*\) *$!// i18n: file: \1\ni18nc("External tool category", "\2");!' | sed 's/ \+")/")/' >>rc.cpp || exit 13
0006 done
0007 $XGETTEXT *.cpp  -o $podir/kateexternaltoolsplugin.pot