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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user