Post

Replies

Boosts

Views

Activity

Reply to Generating strings file with genstrings
NSLocalizedString() can't be used un a function like that, because it's a macro. If you have two strings to localize you need to have two separate NSLocalizedString() macros in the code containing those strings. This way genstrings would be able find them in the code. The way you wrote it, all genstrings can see is one entry.
Nov ’22