brisa-build / brisa

The Web Platform Framework.
https://brisa.build
MIT License
449 stars 12 forks source link

i18n: `interpolation` + `format` should be usable inside Web Components #545

Closed aralroca closed 1 month ago

aralroca commented 1 month ago

The formatters of i18n (interpolation.format) are not being taken to the client, therefore the whole interpolation part cannot be used inside the web components right now, it is only being applied in the server components and during the SSR of the Web Components.