How should I localise the key UIApplicationShortcutItemTitle
?
I know how localisation works for keys like NSLocationUsageDescription
and NSLocationAlwaysUsageDescription
: you put your localisation in the InfoPlist.strings file.
However, those are unique keys at the route of the document.
In this case, I'll have one UIApplicationShortcutItemTitle
for each quick action, nested inside a dictionary and and array.
How can I localise these nested values?