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
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
When dojo-i18n is incorporated into dojo-widgets, there will need to be a way to synchronously load message dictionaries, in order to reduce the number of invalidate calls needed to render the correct locale-specific messages. Since the dojo-loader caches modules it has already loaded, creating a separate cache within dojo-i18n seemed redundant. However, now that there is a need for synchronous message loading, implementing a cache is also now necessary.
The text was updated successfully, but these errors were encountered:
When
dojo-i18n
is incorporated intodojo-widgets
, there will need to be a way to synchronously load message dictionaries, in order to reduce the number ofinvalidate
calls needed to render the correct locale-specific messages. Since thedojo-loader
caches modules it has already loaded, creating a separate cache withindojo-i18n
seemed redundant. However, now that there is a need for synchronous message loading, implementing a cache is also now necessary.The text was updated successfully, but these errors were encountered: