Fix extraction of two messages in kcmkwinrules

This adds previously untranslatable strings "Yes" and "No"
from yesnobox.h.

CCMAIL: kde-i18n-doc@kde.org
REVIEW: 123311
This commit is contained in:
Lasse Liehu 2015-04-09 22:47:37 +03:00
parent d2c488ea44
commit c17195fb28

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
$EXTRACTRC *.ui >> rc.cpp || exit 11
$XGETTEXT *.cpp -o $podir/kcmkwinrules.pot
$XGETTEXT *.cpp *.h -o $podir/kcmkwinrules.pot
rm -f rc.cpp