[rkward-cvs] [rkward] /: Extract messages from rc.cpp
tsdgeos at yahoo.es
tsdgeos at yahoo.es
Sun Dec 7 08:56:01 UTC 2014
Is this really needed?
The *.cpp should include rc.cpp too, no?
Enviat des del meu telèfon intel·ligent BlackBerry 10.
Missatge original
De: Yuri Chornoivan
Enviat: domingo, 7 de diciembre de 2014 09:06
Per a: kde-commits at kde.org
A/c: i18n-infrastructure at kde.org
Tema: [rkward] /: Extract messages from rc.cpp
Git commit 92f36fb9520ec3fd4cc0888a728a66353007761a by Yuri Chornoivan.
Committed on 07/12/2014 at 08:05.
Pushed by yurchor into branch 'master'.
Extract messages from rc.cpp
M +1 -1 Messages.sh
http://commits.kde.org/rkward/92f36fb9520ec3fd4cc0888a728a66353007761a
diff --git a/Messages.sh b/Messages.sh
index 91ca2f3..75d636d 100755
--- a/Messages.sh
+++ b/Messages.sh
@@ -6,7 +6,7 @@ $EXTRACTRC `find rkward -name \*.rc -a \! -name rkward_windows_icon.rc -o -name
#
# call xgettext on all source files. If your sources have other filename
# extensions besides .cc, .cpp, and .h, just add them in the find call.
-$XGETTEXT `find rkward -name \*.cpp -o -name \*.h -name \*.c` -o $podir/rkward.pot
+$XGETTEXT `find rkward -name \*.cpp -o -name \*.h -name \*.c` rc.cpp -o $podir/rkward.pot
# extract messages from analysis plugins: >> rkward__analysis.pot
python scripts/update_plugin_messages.py --extract-only --outdir=$podir rkward/plugins/analysis.pluginmap
More information about the rkward-tracker
mailing list