diff --git a/include/wx/translation.h b/include/wx/translation.h index 8f465279c786..62197801f7fa 100644 --- a/include/wx/translation.h +++ b/include/wx/translation.h @@ -50,9 +50,10 @@ using wxTranslationsHashMap = std::unordered_map; #else #define _(s) wxGetTranslation(wxASCII_STR(s)) #endif - #define wxPLURAL(sing, plur, n) wxGetTranslation((sing), (plur), n) #endif +#define wxPLURAL(sing, plur, n) wxGetTranslation((sing), (plur), n) + // wx-specific macro for translating strings in the given context: if you use // them, you need to also add // --keyword="wxGETTEXT_IN_CONTEXT:1c,2" --keyword="wxGETTEXT_IN_CONTEXT_PLURAL:1c,2,3"