Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix non-ASCII msgids with wxGETTEXT_IN_CONTEXT_PLURAL
The compilation fix in PR wxWidgets#24925 aimed for the wxNO_IMPLICIT_WXSTRING_ENCODING case presumably also has the side effect of preventing non-ASCII (non-English) msgids with wxGETTEXT_IN_CONTEXT_PLURAL, also in the regular case when implicit encoding is permitted. It is best to define wxGETTEXT_IN_CONTEXT_PLURAL separately for both wxNO_IMPLICIT_WXSTRING_ENCODING and without it, similarly to how wxGETTEXT_IN_CONTEXT is defined. For some reason it was defined only once until now.
- Loading branch information