1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +01:00

Fix wxPLURAL for use with custom translation.

This commit is contained in:
James Crook
2016-10-24 16:06:06 +01:00
parent 5fb8fc766d
commit 13927fa5f0

View File

@@ -191,6 +191,13 @@ extern const wxString& GetCustomSubstitution(const wxString& str1 );
#define WXINTL_NO_GETTEXT_MACRO
#ifdef wxPLURAL
#undef wxPLURAL
#endif
#define wxPLURAL(sing, plur, n) wxGetTranslation((sing), (plur), n)
#ifdef _
#undef _
#endif