From 689b30a6dd634ef80688b39b01665b1cb0bc6353 Mon Sep 17 00:00:00 2001 From: Collin Brown Date: Fri, 11 Sep 2020 17:20:20 -0400 Subject: [PATCH] Adding onlyOnRoot flag to detectBrowserLanguage --- frontend/i18n/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/i18n/index.js b/frontend/i18n/index.js index 559fb56e..a25b8e40 100644 --- a/frontend/i18n/index.js +++ b/frontend/i18n/index.js @@ -22,6 +22,6 @@ export default { detectBrowserLanguage: { useCookie: true, cookieKey: 'i18n_redirected', - onlyOnRoot: true, // for SEO purposes + onlyOnRoot: true // for SEO purposes } }