cibernox / svelte-intl-precompile

I18n library for Svelte.js that analyzes your keys at build time for max performance and minimal footprint
https://svelte-intl-precompile.com
ISC License
274 stars 13 forks source link

Svelte 4 support #64

Closed fatih-catalkaya closed 11 months ago

fatih-catalkaya commented 11 months ago

Hi,

I just wanted to ask, whether you plan on supporting Svelte 4? As it appears to me the only thing that requires to be changed is the cibernox/precompile-intl-runtime dependency to be updated to Svelte 4.

I am currently trying to investigate, however, I am not a JS developer :sweat_smile:

Regards, Fatih

cibernox commented 11 months ago

Totally. I’m on holidays, I should de back this weekend and I’ll take care of this.

fatih-catalkaya commented 11 months ago

Alright, thank you very much!Am 13.07.2023 um 12:49 schrieb Miguel Camba @.***>: Totally. I’m on holidays, I should de back this weekend and I’ll take care of this.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

macmillen commented 11 months ago

I also need this very much

cibernox commented 11 months ago

@macmillen @fatih-catalkaya I published a new version that should support both svelte 3 and 4.

macmillen commented 11 months ago

@cibernox thank you but now I think the svelte-intl-precompile package also needs to upgrade the precompile-intl-runtime dependency to 0.8.4 and publish it's own version

fatih-catalkaya commented 11 months ago

Hey @cibernox just wanted to thank you for your quick response!