this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ”‡ Suppress error logs form searching in englishMessages

authored by

Gwenn Le Bihan and committed by
GitHub
9087a6a7 584ccfca

+1 -1
+1 -1
src/middleware.ts
··· 21 21 const translation = 22 22 locals.lang === "fr" 23 23 ? await getEntry("frenchMessages", key) 24 - : await getEntry("englishMessages", key); 24 + : key 25 25 26 26 translatable.removeAttribute("i18n"); 27 27 if (translation) {