mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
fixed translation path to display correct error msg
This commit is contained in:
parent
1eecd409af
commit
3db1abdb50
@ -19,7 +19,7 @@ export async function initTranslation(router: Router) {
|
||||
fallbackLng: "en",
|
||||
ns,
|
||||
backend: {
|
||||
loadPath: __dirname + "/../locales/{{lng}}/{{ns}}.json"
|
||||
loadPath: __dirname + "/../../locales/{{lng}}/{{ns}}.json"
|
||||
},
|
||||
load: "all"
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user