mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-14 00:25:51 +01:00
New macro XXC is like XXO but with a context (and really same as XC)
This commit is contained in:
@@ -5,7 +5,7 @@ sed -E 's/\.\.\///g' |\
|
|||||||
xargs xgettext \
|
xargs xgettext \
|
||||||
--default-domain=audacity \
|
--default-domain=audacity \
|
||||||
--directory=.. \
|
--directory=.. \
|
||||||
--keyword=_ --keyword=XO --keyword=XC:1,2c --keyword=XXO --keyword=XP:1,2 --keyword=XPC:1,2,4c \
|
--keyword=_ --keyword=XO --keyword=XC:1,2c --keyword=XXO --keyword-XXC:1,2c --keyword=XP:1,2 --keyword=XPC:1,2,4c \
|
||||||
--add-comments=" i18n" \
|
--add-comments=" i18n" \
|
||||||
--add-location=file \
|
--add-location=file \
|
||||||
--copyright-holder='Audacity Team' \
|
--copyright-holder='Audacity Team' \
|
||||||
|
|||||||
@@ -45,6 +45,9 @@ extern AUDACITY_DLL_API const wxString& GetCustomSubstitution(const wxString& st
|
|||||||
// might use the & character for shortcuts.
|
// might use the & character for shortcuts.
|
||||||
#define XXO(s) XO(s)
|
#define XXO(s) XO(s)
|
||||||
|
|
||||||
|
// Corresponds to XC as XXO does to XO
|
||||||
|
#define XXC(s, c) XC(s, c)
|
||||||
|
|
||||||
#ifdef _
|
#ifdef _
|
||||||
#undef _
|
#undef _
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user