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.
- Host: GitHub
- URL: https://github.com/mondeja/leptos-i18n-experiments
- Owner: mondeja
- Created: 2023-03-23T14:33:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-24T14:28:18.000Z (over 2 years ago)
- Last Synced: 2025-02-13T20:17:53.603Z (8 months ago)
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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)