UNPKG
@faakhir/headlamp-plugin
Version:
latest (0.11.5-dev)
0.11.5-dev
0.11.4-dev
The needed infrastructure for building Headlamp plugins.
@faakhir/headlamp-plugin
/
lib
/
i18n
/
i18nextSharedConfig.mjs
7 lines
(6 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
{
contextSeparator
:
'//context:'
,
namespaces
: [
'translation'
,
'glossary'
,
'app'
],
defaultNamespace
:
'translation'
,
localesPath
:
'./locales'
, };