hey team, I'm getting a bunch of errors related to...
# gooddata-ui
s
hey team, I'm getting a bunch of errors related to missing translations when embedding a dashboard, using the react SDK. Any idea how I can resolve these? I actually use formatJS for my own translations, so not sure if it's a conflict because I'm also using or I am missing something in the integration.
Copy code
Error: [@formatjs/intl Error MISSING_TRANSLATION] Missing message: "share.button.tooltip" for locale "en-GB", using id as fallback.
j
Hi Stefan, For the start, could you please confirm which SDK version are you using?
r
Hi Stefan, Radek from the GD Technical team here - I suspect this shouldn't be a GD.UI-side issue, en-GB has been officially supported for a while, and we use `react-intl`as well. That said, a conflict is a decent possibility if you're also using it, and I could try to ask the devs for advice if you provide a code snippet alongside your version info, but you may need to direct formatJS-related questions towards its devs instead if we get too deep into how it should be implemented 🙂
s
hey @Julius Kos, using the foollowing packages
Copy code
"@gooddata/api-client-tiger": "^10.2.0",
"@gooddata/sdk-backend-tiger": "^10.2.0",
"@gooddata/sdk-ui": "^10.2.0",
"@gooddata/sdk-ui-dashboard": "^10.2.0",
I'm also using
react-intl
for translations in my app.
hey @Radek Novacek do I need to provide the translation file?
r
Hi Stefan, sorry for the delay! It's definitely worth double-checking, so you can share it either here, or through private messages 🙂
s
hey @Radek Novacek should I send you the error in the browser? What would help?
m
Hey Stefan, it would be useful. Please provide both.