Skip to content

Commit

Permalink
fix: added default ns for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
vscapital committed Nov 5, 2024
1 parent 47f7532 commit 8921dd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ i18n
loadPath: `${baseUrl}/locales/{{lng}}/{{ns}}.json`,
},
load: 'languageOnly',
defaultNS: 'lesson01',
react: {
useSuspense: false
}
Expand Down

0 comments on commit 8921dd3

Please sign in to comment.