Description
Is your feature request related to a problem? Please describe...
Many components have properties that are meant to provide strings that a user either sees or hears and as a result, needs to be translated.
Describe the solution you'd like
I see we have the ability to configure some props via the plugin settings, but is there a pattern to how we choose which are included? Or is it just need-based?
I wonder if there is a way we can make the available settings dynamic so that any prop on any component can be configured application wide without the need to code for it. Add a prop and it becomes available. My use case primarily centers around settings translated strings once for the application, but I feel that if being addressed, there is no reason not to address it for any prop.
Describe alternatives you've considered
If this is not feasible, are PRs to add more settings typically accepted or are there specific requirements as to which props or types of props would be accepted?
Additional context
None