Did anyone localized Siri phrases for AppShortcutsProvider? I found this article by @sowenjub where he suggests using .strings file but I wonder if String Catalog can be used instead?
https://sowenjub.me/writes/localizing-app-shortcuts-with-app-intents/
Localizing App Shortcuts with App Intents

When implementing App Shortcuts with App Intents, it can be a bit daunting to localize everything. Below is a small inventory of each String, and how to translate them. But first… The big picture After wandering the net without finding anything that worked, I reached out to Andrea Gottardo who

Arnaud 🏝 Joubay
@ramzesenok @sowenjub shouldn't it just work if the catalog has the same name as the strings file?
That's how it has worked for the InfoPlist.strings.
@jandamm @sowenjub brilliant! It does indeed work, thank you! So in the end I should have an AppShortcuts.xcstrings file