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
Platforms, such as Paper, provide server-side translation registries that allow adding translation keys to text that plugins cannot control. These require registering translation strings to these registries. As our system loads locales on demand, we currently cannot do this without force-loading all locales.
A Solution
If we add callback listeners that run on locale load, we can dynamically register these locales with the platform translation registries as they load.
Alternatives
No response
Anything Else?
No response
The text was updated successfully, but these errors were encountered:
The Problem
Platforms, such as Paper, provide server-side translation registries that allow adding translation keys to text that plugins cannot control. These require registering translation strings to these registries. As our system loads locales on demand, we currently cannot do this without force-loading all locales.
A Solution
If we add callback listeners that run on locale load, we can dynamically register these locales with the platform translation registries as they load.
Alternatives
No response
Anything Else?
No response
The text was updated successfully, but these errors were encountered: