Open CleverLemming1337 opened 3 months ago
Can you be more explicit here? Can't you pass already localized strings to the framework?
I mean that changing the type of title and subtitle from String
to LocalizedStringKey
would list all used strings in a string catalog to adapt them to the different languages.
As far as I know it's not possible to do that with Strings.
Using them for title and subtitle would support localization for notification content with a string catalog.