You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this script then claims that all my localized strings are unused when clearer they are. Is there any way we can provide it with a string to look for, in addition to the pre-existing NSLocalizedString?
The text was updated successfully, but these errors were encountered:
NSLocalizedString
seems a little cumbersome for me to use since I don't include a comment with my strings. So I have a wrapper function, like so:However, this script then claims that all my localized strings are unused when clearer they are. Is there any way we can provide it with a string to look for, in addition to the pre-existing
NSLocalizedString
?The text was updated successfully, but these errors were encountered: