I have been desperately trying to fill the string catalogue with values in a Swift project (storyboard interface) for days. If I have implemented the instructions on the internet correctly, it is only required:
- add a string catalogue file
- set the entry "Localization Prefers String Catalogs" to YES in the Build options.
- add a second language in the string catalogue file.
- Build the project
Contrary to expectations, there are no entries in the catalogue that could be translated, it simply remains empty. What am I doing wrong? Is the string catalogue only available for SwiftUI Interface?
Thanks in advance.
Stephan