Skip to content
Snippets Groups Projects
Commit 17dbff72 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

auth: fix default namespace for i18next-scanner

parent e9f78e82
No related branches found
No related tags found
1 merge request!67Create a new i18next instance for every web component
...@@ -8,7 +8,6 @@ module.exports = { ...@@ -8,7 +8,6 @@ module.exports = {
removeUnusedKeys: true, removeUnusedKeys: true,
func: {list: ['i18n.t', '_i18n.t']}, func: {list: ['i18n.t', '_i18n.t']},
lngs: ['en','de'], lngs: ['en','de'],
defaultNs: 'dbp-auth',
resource: { resource: {
loadPath: 'src/i18n/{{lng}}/{{ns}}.json', loadPath: 'src/i18n/{{lng}}/{{ns}}.json',
savePath: 'src/i18n/{{lng}}/{{ns}}.json' savePath: 'src/i18n/{{lng}}/{{ns}}.json'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment