-
|
Does the Svelte Adapter support the |
Beta Was this translation helpful? Give feedback.
Answered by
ivanhofer
Mar 29, 2023
Replies: 1 comment
-
|
Sure, take a look: https://github.com/ivanhofer/typesafe-i18n-demo-svelte/blob/master/src/i18n/i18n-util.ts#L21 You need to create instances manually if you want to use it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ivanhofer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, take a look: https://github.com/ivanhofer/typesafe-i18n-demo-svelte/blob/master/src/i18n/i18n-util.ts#L21
You probably already use it in the project, unless you removed that function, I wrote a while ago😜
You need to create instances manually if you want to use it.