sveltekit-i18n / lib

Internationalization library built for SvelteKit.
MIT License
447 stars 28 forks source link

component library #171

Closed genvlad closed 4 months ago

genvlad commented 4 months ago

Hello, I would like to ask you for some hints, because i dont know how to solve it.

I have two project based on svelte kit:

ui-components - selft stand, independent component library which is bild as library not app

my-application - application with pages, routes, layouts and so on, it has dependency to ui-components

In both project I use https://github.com/sveltekit-i18n/lib for app translation.

Now let imagine this case, for example. In ui-components I have SaveButton.svelte component. Which is simple