fix: Fixed i18n incorrect paths

This commit is contained in:
NGPixel
2017-04-29 16:33:48 -04:00
parent 6339714b9f
commit 5c9fe14723
3 changed files with 5 additions and 5 deletions

View File

@@ -131,7 +131,7 @@ lang
preload: ['en', 'fr'],
fallbackLng: 'en',
backend: {
loadPath: './locales/{{lng}}/{{ns}}.json'
loadPath: path.join(SERVERPATH, 'locales/{{lng}}/{{ns}}.json')
}
})