[handler] Extract translatable strings from ui file
(cherry picked from commit 85b32083b0
)
This commit is contained in:
parent
abe4a57ebe
commit
61e0108c66
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
$EXTRACTRC `find . -name '*.ui' -o -name '*.rc'` >> rc.cpp
|
||||||
$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-urlhandler.pot
|
$XGETTEXT `find . -name '*.cpp'` -o $podir/kdeconnect-urlhandler.pot
|
||||||
|
rm -f rc.cpp
|
||||||
|
|
Loading…
Reference in a new issue