An open API service indexing awesome lists of open source software.

https://github.com/mondeja/leptos-i18n-experiments

Research project to provide internationalization solutions for Leptos.
https://github.com/mondeja/leptos-i18n-experiments

Last synced: 8 months ago
JSON representation

Research project to provide internationalization solutions for Leptos.

Awesome Lists containing this project

README

          

# leptos-i18n

This is currently a research project to provide internationalization solutions for [Leptos](https://docs.rs/leptos). See the examples for the current state of the project.

## Examples

The recommended order to read the examples is:

- [hardcoded-csr](examples/hardcoded-csr)
- [cookie-csr](examples/cookie-csr)
- [navigator-languages-cookie-csr](examples/navigator-languages-cookie-csr)
- [navigator-languages-localstorage-csr](examples/navigator-languages-localstorage-csr)