Commit Graph

2 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
77c2188bad 🧱(global) setup Makefile
Setup Makefile with basic tasks using Docker.
2022-12-07 17:07:18 +01:00