feat(a11y/i18n): inject user locale to chat / crisp
This commit is contained in:
parent
8a340b6f74
commit
4d1a5f230c
3 changed files with 11 additions and 1 deletions
|
@ -16,6 +16,7 @@ const Gon = z
|
|||
api_education_url: z.string().optional()
|
||||
})
|
||||
.default({}),
|
||||
locale: z.string().default('fr'),
|
||||
matomo: z
|
||||
.object({
|
||||
cookieDomain: z.string().optional(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue