Leon C.
Leon C.
A native way would be great! For now, here is my CSS workaround (translating into German in my case): ```css :root { --name-bookmarks: "Lesezeichen"; --name-applications: "Anwendungen"; } /****************************************************/ /* Translate...
Is there a fix or workaround for this? Really love this library and I need one that can zoom programatically and not using `data-*` tags. Safari ruining the fun for...
Class names changed between versions, see #435 :)
I had a slightly different error but also caused by a new sveltekit version, so maybe it will help you too: I used [vite-plugin-iso-import](https://github.com/bluwy/vite-plugin-iso-import) as [per the svelte docs for...
I think the benefit of having a Dockerfile on the top level of the repo is that [you can build directly from GitHub](https://stackoverflow.com/a/34120804). But you're right, using Docker is just...