From: Francesco Montorsi Date: Wed, 14 Jan 2009 22:26:29 +0000 (+0000) Subject: add -k_T to the call to xgettext as otherwise a string of internat.cpp is not extracted X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1d0b79d8f3a9cc92bbf46e36a972366fe176e72b add -k_T to the call to xgettext as otherwise a string of internat.cpp is not extracted git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/internat/readme.txt b/samples/internat/readme.txt index 9005d890d6..786a22368c 100644 --- a/samples/internat/readme.txt +++ b/samples/internat/readme.txt @@ -44,7 +44,7 @@ A. First of all, you will need the GNU gettext tools (see the next question). # generate the .po file for the program itself # see `xgettext --help' for options, "-C" is important! - xgettext -C -n -k_ -kwxPLURAL:1,2 -kwxTRANSLATE -o internat.po ../internat.cpp + xgettext -C -n -k_ -kwxPLURAL:1,2 -kwxTRANSLATE -k_T -o internat.po ../internat.cpp # .po file for wxWidgets might be generated in the same way. An already # generated wxstd.pot as well as translations for some languages can be