It will be a good idea to extract string from
ui file, rc file, kcfg file svn path=/trunk/KDE/kdebase/workspace/; revision=664548
This commit is contained in:
parent
d5090d37a7
commit
ed4548ae66
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
$EXTRACTRC *.rc *.ui *.kcfg > rc.cpp
|
||||
$XGETTEXT *.h *.cpp killer/*.cpp lib/*.cpp -o $podir/kwin.pot
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
$EXTRACTRC *.rc *.ui *.kcfg > rc.cpp
|
||||
$XGETTEXT *.cpp -o $podir/kcmkwinrules.pot
|
||||
|
|
Loading…
Reference in a new issue