SiriTipView doesn't localise commands

148 Views Asked by At

I have my commands saved in Ropes/AppShortcuts.strings and they appear well in shortcuts app but in SiriTipView It stays like this(photo bellow):

SiriTipView appear

My code:

SiriTipView(intent: AddRopeShortcut())
                    .frame(width: 100)

Localization:

"Create a ${applicationName}" = "Создать ${applicationName}";

command:

"Create a \(.applicationName)"

I tried to move AppShortcuts.strings directly in my project folder P.S. iOS 16.3 beta 2 and Xcode 14.2, macOS 13.2 beta 2

0

There are 0 best solutions below