mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-14 08:35:46 +01:00
Fix wxPLURAL for use with custom translation.
This commit is contained in:
@@ -191,6 +191,13 @@ extern const wxString& GetCustomSubstitution(const wxString& str1 );
|
|||||||
|
|
||||||
#define WXINTL_NO_GETTEXT_MACRO
|
#define WXINTL_NO_GETTEXT_MACRO
|
||||||
|
|
||||||
|
#ifdef wxPLURAL
|
||||||
|
#undef wxPLURAL
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#define wxPLURAL(sing, plur, n) wxGetTranslation((sing), (plur), n)
|
||||||
|
|
||||||
|
|
||||||
#ifdef _
|
#ifdef _
|
||||||
#undef _
|
#undef _
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user