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.
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’23
Reply to Weather forecast one day short
I think I figured it out now, the documentation says that the data for the 'endDate' parameter is excluded from the request. Very confusing especially with the 'including' parameter from the weather method in front of it.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Structured logging with emoji or objectdescription
Tested this again in the final release of Xcode 15 and it all works now as expected
Replies
Boosts
Views
Activity
Oct ’23
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.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’23