feat: setup localisation with lingui
This commit is contained in:
13
apps/web/i18n.json
Normal file
13
apps/web/i18n.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user