Hi,
Overview:
I have a project in which:
Some files are only in the app target
Some files are only in the widget target
Some files are in the app and widget target (both targets)
Now I would like to add string catalog for localization where strings would automatically detected from the project.
Questions:
Should I add a separate strings catalog for app target and widget target?
What about the code shared between the 2 targets, do I have to do the translations twice for strings corresponding to files belonging to both app and widget target?
What is the best approach for my project?
4
0
335