UNPKG
synt_backend
Version:
latest (1.0.0)
1.0.0
Synt light-weight node backend service
synt_backend
/
.i18n.babelrc
14 lines
(13 loc)
•
236 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"presets"
:
[
"@babel/preset-env"
]
,
"plugins"
:
[
[
"i18next-extract"
,
{
"outputPath"
:
"locales/{{locale}}/{{ns}}.json"
,
"locales"
:
[
"en"
,
"nl"
,
"fr"
]
,
"keySeparator"
:
null
}
]
]
}