Extract translator comments into wxstd.pot
Extract the commonly used TRANSLATORS: prefix into translation files, to provide some additional context where needed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cfc3dc874f
commit
249c9e28e5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ XGETTEXT=xgettext
|
|||
XARGS=xargs
|
||||
|
||||
# common xgettext args: C++ syntax, use the specified macro names as markers
|
||||
XGETTEXT_ARGS=-C -k_ -kwxPLURAL:1,2 -kwxTRANSLATE -kwxGetTranslation -s -j
|
||||
XGETTEXT_ARGS=-C -k_ -kwxPLURAL:1,2 -kwxTRANSLATE -kwxGetTranslation --add-comments=TRANSLATORS: -s -j
|
||||
|
||||
# implicit rules
|
||||
%.mo: %.po
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue