vaadin / docs

Official documentation for Vaadin and Hilla.
https://vaadin.com/docs
Other
29 stars 187 forks source link

Add documentation for i18n in Hilla #1230

Open marcushellberg opened 2 years ago

marcushellberg commented 2 years ago

We should have documentation that covers the basic internationalization of Hilla apps:

platosha commented 2 years ago

Should we settle on using @lit/localize? Seems to be a good fit for the enterprise apps, since it provides tooling for extracting messages, and supports XLIFF. Any other alternatives?

marcushellberg commented 2 years ago

I think that would make sense, it's the official solution for Lit in any case.