e80094694e
Setting the ApplicationDomain to kwin, both use the kwin catalog. The left-over code for catalogs is removed. Note for adjustments: * scripting doesn't provide an own catalog * scripts are extracted but there are no scripts with i18n
3 lines
130 B
Bash
3 lines
130 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC *.kcfg >> rc.cpp
|
|
$XGETTEXT *.h *.cpp killer/*.cpp tabbox/*.cpp scripting/*.cpp -o $podir/kwin.pot
|