macos: add a separate alternative macro for non-translation marker use
essentially the macos side of 6cd08480, as requested in !1172 discussion. the new `NSTR()` macro is the equivalent of `qfut()`. it is intended for use instead of `_NS()` when wrapping a define name, variable or function call, where the system that scans for strings we want to be translated should not apply, leaving `_NS()` to just be used for marking such strings. i have avoided renaming `_NS()` to avoid unnecessary widespread change.
parent
3b46bf98
No related branches found
No related tags found
Please register or sign in to comment