extracted templates, extracted strings for templates

This commit is contained in:
Amruth Pillai
2020-03-30 10:58:50 +05:30
parent 51dc6ef94d
commit a0e17396ac
13 changed files with 81 additions and 79 deletions

View File

@ -8,7 +8,7 @@ i18n.use(initReactI18next).init({
fallbackLng: 'en',
resources,
debug: true,
ns: ['app', 'leftSidebar'],
ns: ['app', 'leftSidebar', 'rightSidebar'],
defaultNS: 'app',
});