Post

Replies

Boosts

Views

Activity

Reply to Problem with localising a Swift package
I have the exact same problem ☹️ The app translates as expected for 90%, but one view (that is implemented through a local package) does not. In the local package manifest: _// swift-tools-version:5.9 _ and defaultLocalization: "en" were added Under myPackage/Sources/myTarget/Resources: A string catalog with the default name 'Localizable' was added When I compile the package's String catalog gets filled with all the new Text() items from the view and I can provide translation for them.
Aug ’23