I implemented SiriShortcut in my App.
Once I created all my Intent I localized all of the Intent in two file Intent.string (English and French). But now when I add Intent the file .string does not update. It's auto generated by Xcode so the name of the strings are random like that :
"356cj1" = "Do my action";
There is a way to add the new Intent strings ?
Actually you just need to restart Xcode, it regenerate the strings files. But be careful it will delete and replace all your strings files