Make the new Window Decoration KCM translatable

Differential Revision: https://phabricator.kde.org/D18931
This commit is contained in:
Victor Ruzhykh 2019-02-11 20:12:41 +02:00 committed by Yuri Chornoivan
parent 381d0df7f9
commit 0cf7cca2ab
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# KI18N Translation Domain for this library
add_definitions(-DTRANSLATION_DOMAIN=\"kcmkwindecoration\")
add_definitions(-DTRANSLATION_DOMAIN=\"kcm_kwindecoration\")
add_subdirectory(declarative-plugin)

View file

@ -1,4 +1,4 @@
#!bin/sh
$EXTRACTRC `find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.qml -o -name \*.cpp -o -name \*.h` -o $podir/kcmkwindecoration.pot
$XGETTEXT `find . -name \*.qml -o -name \*.cpp -o -name \*.h` -o $podir/kcm_kwindecoration.pot
rm -f rc.cpp