* feat: setup localisation with lingui * Fix hydration and locale issues * Add missing translations and tweak selector styling * Extend language support * Update lang support * Extend lang support * Fix build and add dyanmic imports
14 lines
247 B
JSON
14 lines
247 B
JSON
{
|
|
"version": 0,
|
|
"locale": {
|
|
"source": "en",
|
|
"targets": ["fr", "de", "es", "it", "nl"]
|
|
},
|
|
"buckets": {
|
|
"po": {
|
|
"include": ["src/locales/[locale]/messages.po"]
|
|
}
|
|
},
|
|
"$schema": "https://lingo.dev/schema/i18n.json"
|
|
}
|