]> git.saurik.com Git - wxWidgets.git/commitdiff
add -k_T to the call to xgettext as otherwise a string of internat.cpp is not extracted
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 14 Jan 2009 22:26:29 +0000 (22:26 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 14 Jan 2009 22:26:29 +0000 (22:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/internat/readme.txt

index 9005d890d63aeb825042b419825b731c960389bc..786a22368c30e0bb21cc8adc13d72988f4101ebf 100644 (file)
@@ -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