From 7b3dceac74344b5182698a2a2cb1618b63fdd6de Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Wed, 23 Dec 2020 02:32:17 +0200 Subject: [PATCH] translation fix --- src/utils/i18n.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/utils/i18n.js b/src/utils/i18n.js index 7a02a3b..24f5c29 100644 --- a/src/utils/i18n.js +++ b/src/utils/i18n.js @@ -81,9 +81,7 @@ i18n } }, backend: { - loadPath: `${ - process.env.PUBLIC_URL || "" - }/public/locales/{{lng}}/{{ns}}.json` + loadPath: `${process.env.PUBLIC_URL || ""}/locales/{{lng}}/{{ns}}.json` } }, () => {