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
Add the ability to attach a locale provider to the client which can be queried by commands for localizations.
Why is this needed?
It would provide a nicer interface for i18n.
Ideal implementation
Ideally a LocaleProvider or something similar would be provided to the client on initialization, and commands that are being added can then query the LocaleProvider to set their locale options. The user should also be able to query localization strings through the provider manually for creating localized responses.
Checklist
I have searched the issue tracker and have made sure it's not a duplicate. If it is a follow up of another issue, I have specified it.
The text was updated successfully, but these errors were encountered:
Summary
Add the ability to attach a locale provider to the client which can be queried by commands for localizations.
Why is this needed?
It would provide a nicer interface for i18n.
Ideal implementation
Ideally a LocaleProvider or something similar would be provided to the client on initialization, and commands that are being added can then query the LocaleProvider to set their locale options. The user should also be able to query localization strings through the provider manually for creating localized responses.
Checklist
The text was updated successfully, but these errors were encountered: