mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
kdeplasma-addons: fix messages extraction
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4c828debbe
commit
2814b80306
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
||||
$XGETTEXT `find . -o -name \*.cpp` -o $podir/konsoleprofiles.pot
|
||||
$XGETTEXT `find . -name \*.cpp` -o $podir/konsoleprofiles.pot
|
||||
rm -f rc.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue