1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-23 10:52:30 +01:00

fixed translation path to display correct error msg

This commit is contained in:
xnacly 2021-08-30 13:44:52 +02:00
parent 7847f55ef6
commit 382fc62f5a

View File

@ -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"
});