translation fix
parent
df9c92d909
commit
7b3dceac74
|
@ -81,9 +81,7 @@ i18n
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
backend: {
|
backend: {
|
||||||
loadPath: `${
|
loadPath: `${process.env.PUBLIC_URL || ""}/locales/{{lng}}/{{ns}}.json`
|
||||||
process.env.PUBLIC_URL || ""
|
|
||||||
}/public/locales/{{lng}}/{{ns}}.json`
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
() => {
|
() => {
|
||||||
|
|
Loading…
Reference in New Issue