it was not working for my at first also, but i manage to get it working on my way, here are my config.
first create a project like you normal do pnpm init svelte@next project-name
then edit your files as the one that im using, after that run pnpm i, and wait for the install to finish after that, pnpm run dev and done.
it was not working for my at first also, but i manage to get it working on my way, here are my config.
first create a project like you normal do pnpm init svelte@next project-name
then edit your files as the one that im using, after that run pnpm i, and wait for the install to finish after that, pnpm run dev and done.
URL: codeshare.io/5XbRjj
well that did work! buuut, know the i18n is broken :*(
Error: [svelte-i18n] Cannot format a message without first setting the initial locale.
:(
that's some error regarding svelte-i18n follow this instructions to make it work github.com/kaisermann/svelte-i18n/...
with this change the preload function hook its not working