gufoscuro
gufoscuro
Strongly support this!
That is cool, however aside the "View side", the "model side" is missing (or at least must be somehow implemented) Meaning: it would be great that every update the user...
That could be a good option. I will try to play with it in a few days and then post down here my successes/failures :)
I guess you can use [this workaround](https://github.com/kaisermann/svelte-i18n/issues/269#issuecomment-2936593573)
Not great, but I guess you can workaround by doing ```typescript import { get } from 'svelte/store' import { _ } from 'svelte-i18n' function yourFunction() { const $_ = get(_)...