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
I'm able to use correct translations when making API calls that then use systemMessages and return it to the front-end.
However, when using them directly in a .svelte file and trying to trigger them on an onMount, the message is empty and I get warnings on my browser message saying: "No locale provided for 'staticMessages.createSuccess' key. Skipping translation..." for every single message
Hello all,
First, let me thank you for this amazing package :)
I have a .ts file in which I'm storing default system messages:
I'm able to use correct translations when making API calls that then use systemMessages and return it to the front-end.
However, when using them directly in a .svelte file and trying to trigger them on an onMount, the message is empty and I get warnings on my browser message saying: "No locale provided for 'staticMessages.createSuccess' key. Skipping translation..." for every single message
The text was updated successfully, but these errors were encountered: