Replies: 1 comment
-
I never have used You probalby still need to load the locales like here in this example: https://github.com/ivanhofer/typesafe-i18n/blob/main/packages/adapter-solid/example/src/App.tsx#L13-L15 Note: implementing it like in the example will probably nor work if you want to use SSR within your application. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, im wondering if this library works with SolidStart. I tried to setup things and all seems kind of fine. VSCode autocompletes the functions when I use
{LL().HI({name: 'Tom'})}
and stuff. But on the page there is simply no string visible.Im wondering if I am doing something wrong when wrapping my application since there is nothing like an
App()
in SolidStart. So I am currently trying to wrap stuff in<TypesafeI18n locale='en'>
in myroot.tsx
file. But again: no strings are visible on the page.Beta Was this translation helpful? Give feedback.
All reactions