main
Some checks failed
Backend Deploy 🚀 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-03-31 13:04:45 +03:00
parent 013b2856bc
commit adc6e34fca
3 changed files with 34 additions and 45 deletions

View File

@@ -117,7 +117,7 @@ import {
useFactory: (configService: ConfigService) => ({
fallbackLanguage: configService.get('i18n.fallbackLanguage', 'en'),
loaderOptions: {
path: path.join(__dirname, '/i18n/'),
path: path.join(__dirname, '..', 'i18n'),
watch: configService.get('app.isDevelopment', true),
},
}),