satisfactorymodding / smr-frontend

Next generation Satisfactory Modding Repository (SMR) frontend
https://satisfactorymodding.github.io/smr-frontend/main/
GNU General Public License v3.0
6 stars 24 forks source link

chore: make cookie consent translatable, but it seems to load before the user's language selection #98

Closed budak7273 closed 1 year ago

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
smr-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 15, 2023 8:50pm
Vilsol commented 1 year ago

This can be wrapped in a tolgee event handler to only execute once tolgee has loaded:

tolgee.on('initialLoad', () => {
  ...
});