Recognize wxGETTEXT_IN_CONTEXT macros in wx sources
Tell xgettext to extract the strings appearing inside wxGETTEXT_IN_CONTEXT and wxGETTEXT_IN_CONTEXT_PLURAL too.
This commit is contained in:
parent
94ee588e76
commit
b5282c682f
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 --add-comments=TRANSLATORS: -j
|
||||
XGETTEXT_ARGS=-C -k_ -kwxPLURAL:1,2 -kwxGETTEXT_IN_CONTEXT:1c,2 -kwxGETTEXT_IN_CONTEXT_PLURAL:1c,2,3 -kwxTRANSLATE -kwxGetTranslation --add-comments=TRANSLATORS: -j
|
||||
|
||||
# implicit rules
|
||||
%.mo: %.po
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue