@mgorbach Hey Michael! I'm struggling to localize my App Intents declared in a SPM - could you help? 😅
- My AppIntent is declared in a Swift Package with `AppIntentsPackage` declared
- Localizable.xcstrings in the Swift Package has all the keys correctly extracted and localized. It's also in the package bundle after building the app.
- Metadata.appintents is populated as expected
- Intent is working in the Shortcuts app, but it's using placeholder localization, like it can't find the .xcstrings
