We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861cf00 commit 4fc29c4Copy full SHA for 4fc29c4
server/src/i18n.ts
@@ -2,13 +2,13 @@ import i18next from 'i18next';
2
import Backend from 'i18next-fs-backend';
3
4
i18next.use(Backend).init({
5
- lng: 'fr',
+ lng: 'en',
6
backend: {
7
/* translation file path */
8
- loadPath: '/../i18n/{{lng}}.json',
+ loadPath: 'i18n/{{lng}}.json',
9
},
10
fallbackLng: 'en',
11
- debug: false,
+ debug: true,
12
returnNull: false,
13
}).catch((err) => {
14
console.error('Error loading language', err);
0 commit comments