feat(a11y/i18n): inject user locale to chat / crisp

This commit is contained in:
Colin Darie 2023-02-22 17:08:36 +01:00
parent 8a340b6f74
commit 4d1a5f230c
3 changed files with 11 additions and 1 deletions

View file

@ -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(),