898e120be9
Messages in scripts are written to kwin_scripts.pot, messages in scripting are written to kwin_scripting.pot. The cataloges are loaded in the configuration interfaces and in main kwin. REVIEW: 108975
4 lines
183 B
Bash
4 lines
183 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
|
|
$XGETTEXT `find . -name \*.qml -o -name \*.cpp` -o $podir/kwin_scripts.pot
|
|
rm -f rc.cpp
|