You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put translations into templates instead of passing them as props into the template
This would save on complexity of data flowing into the templates. This would allow for more things to be translatable with custom templates without having two different ways of translating in one template.
Would also be more inline with the loading template.
The text was updated successfully, but these errors were encountered:
Removing the passed text could break projects. It may be worth it to keep the text but still re-do the templates in the module and examples so future implementations don't use the props.
Put translations into templates instead of passing them as props into the template
This would save on complexity of data flowing into the templates. This would allow for more things to be translatable with custom templates without having two different ways of translating in one template.
Would also be more inline with the loading template.
The text was updated successfully, but these errors were encountered: