feat: setup localisation with lingui

This commit is contained in:
Henry
2025-06-23 23:43:16 +01:00
parent 014fdbb7d8
commit f105e951e6
23 changed files with 2970 additions and 308 deletions

13
apps/web/i18n.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 0,
"locale": {
"source": "en",
"targets": ["fr"]
},
"buckets": {
"po": {
"include": ["src/locales/[locale]/messages.po"]
}
},
"$schema": "https://lingo.dev/schema/i18n.json"
}