Shortcuts app not translating deferredLocalizations

With iOS 12 having just come out I've noticed that strings localised with NSString.deferredLocalizedIntentsString are localised in the iOS settings, but not in the Shortcuts app.


Has anyone else noticed that? Not really sure if I'm using it incorrectly, or whether this is just a bug in the Shortcuts app.


The actual code looks like this, again looks fine in iOS settings, but not in the Shortcuts app.

let powerLabel = NSString.deferredLocalizedIntentsString(with: power ? "L_ON" : "L_OFF") as String
intent.power = INObject(identifier: powerIdentifier, display: powerLabel)

Replies

Same here

Did you find a solution? I'm still facing this issue.