1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +00:00

i18n: drop servicemenuinstaller messages from main po file

They are extracted in an own pot file, so no need to duplicate them in
dolphin.pot
This commit is contained in:
Pino Toscano 2019-07-15 08:08:23 +02:00
parent 1aaafe178c
commit c2312b1323

View File

@ -1,4 +1,4 @@
#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.cpp` -o $podir/dolphin.pot
$XGETTEXT `find . -name \*.cpp \! -path '*/servicemenuinstaller/*'` -o $podir/dolphin.pot
rm -f rc.cpp