How to use String Catalogs for intents definition file / custom intents?

Hi,

I'm migrating my project from the old .strings files to String Catalogs (.xcstrings files). Everything is migrating over fine except for my custom intents. Right now the localization files for my custom intents all live "under" the definition file like so:

But there is no option to migrate to a string catalog. I even tried removing the localization files, and re-adding them using the "Localize..." button, but that just creates the old .strings files, not the new string catalog.

Is this not supported yet for intents definitions? I can't find any documentation about this. It would be a real shame to have part of my app on string catalogs and this one piece on the old Localizable.strings format.

Answered by Developer Tools Engineer in 855617022

String Catalogs are not supported for .intentdefinition files.

However, you can use them for Intents that are defined with Swift code using the AppIntents framework.

Accepted Answer

String Catalogs are not supported for .intentdefinition files.

However, you can use them for Intents that are defined with Swift code using the AppIntents framework.

How to use String Catalogs for intents definition file / custom intents?
 
 
Q