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
Is your feature request related to a problem? Please describe.
Currently my module allows users to register custom skills using the API. Doing so works as intended, but in all sections which use the localization dictionary the name appears as the localization key, since the label doesn't exist. My current workaround is to add to the dictionary myself in the ready hook.
Describe the solution you'd like
Ideally, the system should handle localizing content added using its own API.
Describe alternatives you've considered
As described above, modules using the API can get around this by adding to the dictionary themselves in the ready hook.
Version
0.2.1
Checklist:
I have searched the existing issues to ensure this feature has not already been requested.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently my module allows users to register custom skills using the API. Doing so works as intended, but in all sections which use the localization dictionary the name appears as the localization key, since the label doesn't exist. My current workaround is to add to the dictionary myself in the ready hook.
Describe the solution you'd like
Ideally, the system should handle localizing content added using its own API.
Describe alternatives you've considered
As described above, modules using the API can get around this by adding to the dictionary themselves in the ready hook.
Version
0.2.1
Checklist:
The text was updated successfully, but these errors were encountered: