c17195fb28
This adds previously untranslatable strings "Yes" and "No" from yesnobox.h. CCMAIL: kde-i18n-doc@kde.org REVIEW: 123311
4 lines
118 B
Bash
4 lines
118 B
Bash
#! /usr/bin/env bash
|
|
$EXTRACTRC *.ui >> rc.cpp || exit 11
|
|
$XGETTEXT *.cpp *.h -o $podir/kcmkwinrules.pot
|
|
rm -f rc.cpp
|