Could not load namespace file #491
-
Hello! I bump into a problem with the generator. I used sveltekit with vite and I added the typesafe-i18n library to my project. It created a .typesafe-i18n.json config file with the content: {
"adapter": "svelte",
"$schema": "https://unpkg.com/typesafe-i18n@5.15.0/schema/typesafe-i18n.json",
"outputFormat": "JavaScript"
} My problem is that the generator gave the error message when I created a namespace file
When I changed the file extension to As a result, that message does not crash the generator, but it misses type generation for the namespace locale file. Could you please help me solve this problem? Note: the same for the file with the extension |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi @richterich, can you please create a demo repository where I can reprodue the issue? |
Beta Was this translation helpful? Give feedback.
Hi @richterich, can you please create a demo repository where I can reprodue the issue?