Web: Files: Added name space for translation.

This commit is contained in:
TatianaLopaeva 2021-03-30 10:34:09 +03:00
parent dc0baec941
commit f6e242f341

View File

@ -33,6 +33,9 @@ newInstance.use(Backend).init({
loadPath: `${homepage}/locales/{{lng}}/SharingPanel.json`,
},
ns: ["SharingPanel"],
defaultNS: "SharingPanel",
react: {
useSuspense: false,
},