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
Hey Everyone, in my project i use Namespaces do differentiate between the discord bot and the website with namespaces called 'web' and 'bot'
and currently im converting the website to tolgee and it works perfectly fine with client components using useTranslate('web') but when trying for server components with getTranslate('web') i just dont recieve the right Values. I was able to fix it with defining a default namespace but this only fixes the part to show the Strings and not that i can hold down alt and then change it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Everyone, in my project i use Namespaces do differentiate between the discord bot and the website with namespaces called 'web' and 'bot'
and currently im converting the website to tolgee and it works perfectly fine with client components using useTranslate('web') but when trying for server components with getTranslate('web') i just dont recieve the right Values. I was able to fix it with defining a default namespace but this only fixes the part to show the Strings and not that i can hold down alt and then change it.
Does anybody know what i have to do differently ?
Beta Was this translation helpful? Give feedback.
All reactions