From a53ffa7c9225bace6bfca942bf8fcc939a098d2a Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Fri, 17 Nov 2023 16:54:23 -0800 Subject: [PATCH] chore: remove duplicate prop in i18n config --- apps/trading/lib/i18n/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/trading/lib/i18n/index.ts b/apps/trading/lib/i18n/index.ts index 9a37f7060..cf7d361eb 100644 --- a/apps/trading/lib/i18n/index.ts +++ b/apps/trading/lib/i18n/index.ts @@ -71,7 +71,6 @@ i18n defaultNS: 'trading', nsSeparator: false, keySeparator: false, // we use content as keys - nsSeparator: false, backend, debug: isInDev, saveMissing: useLocize && !!process.env.NX_LOCIZE_API_KEY,