Commit Graph

3 Commits

Author SHA1 Message Date
Nathan Vasse
90feb4ba4a 🌐(react) add i18n
We need to be able to use localized texts for various components, like for
accessible labels. We decided to setup a lightweight implementation of
localizable to avoid relying on an existing heavy library.
The Provider includes by default full translations for english, and it is
also made to be able to load easily any custom locale directly from the
Provider.
2023-03-28 12:00:27 +02:00
Nathan Vasse
335365f910 🙈(git) update .gitignore file
Vite can sometimes leave compiled js files as scories.
2023-01-11 11:01:56 +01:00
Nathan Vasse
2a26279cc2 🔧(global) setup Turborepo and package.json
Add configuration files to make use of Turborepo.
Setup constraints values for package.json regarding node and package manager.
2022-12-07 17:07:18 +01:00