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
// should be "leistungen.techstack.frontend": "This message should be extracted"
"rnIXQm": "This message should be extracted"
Why is that? I can't be the only one with this problem. I feel like iterating over an array with data that should be dynamically translated is very common. Really hope someone can assist me with that.
Alex
The text was updated successfully, but these errors were encountered:
I am building a gatsby website that holds some data in data/technologies.json:
In the render method, I have code that is fetching this data with graphQL and sets the current selected element.
Now, I want to use this
descriptionPath
field to insert as a translation key:But when I run formatJS to extract these defaultMessages into a language file, an arbitrary key gets generated...
Why is that? I can't be the only one with this problem. I feel like iterating over an array with data that should be dynamically translated is very common. Really hope someone can assist me with that.
Alex
The text was updated successfully, but these errors were encountered: