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
Expose global tr and pl functions for translate and pluralize.
Don't require context for calling Localization functions.
To do away with needing BuildContext for localization, we should set the BuildContext through the page mixin. We also need to create a mixin which should be used when displaying static content.
The text was updated successfully, but these errors were encountered:
We need to do the following
To do away with needing BuildContext for localization, we should set the BuildContext through the page mixin. We also need to create a mixin which should be used when displaying static content.
The text was updated successfully, but these errors were encountered: