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