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
@ -17,7 +17,7 @@ XGETTEXT=xgettext
|
|||||||
XARGS=xargs
|
XARGS=xargs
|
||||||
|
|
||||||
# common xgettext args: C++ syntax, use the specified macro names as markers
|
# 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
|
# implicit rules
|
||||||
%.mo: %.po
|
%.mo: %.po
|
||||||
|
Loading…
Reference in New Issue
Block a user