From 14ff520498286c36437a5566ea0e06527be14db9 Mon Sep 17 00:00:00 2001
From: rbisson <remi.bisson@inrae.fr>
Date: Thu, 5 Sep 2024 17:35:45 +0200
Subject: [PATCH] [i18n.js] removed loadPath variable that might be causing
 problems

---
 src/i18n.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/i18n.js b/src/i18n.js
index 236acc5..4bbd815 100644
--- a/src/i18n.js
+++ b/src/i18n.js
@@ -12,7 +12,6 @@ i18n
     defaultNS: 'common',
     debug: true,
     load: 'languageOnly',
-    loadPath: 'locales/{{lng}}/{{ns}}.json',
     interpolation: {
       // not needed for react as it escapes by default
       escapeValue: false,
-- 
GitLab