feat(dev): Added next-i18next to dev site
This commit is contained in:
parent
48c58c73b8
commit
89a489bb9f
10 changed files with 68 additions and 114 deletions
13
packages/freesewing.dev/next-i18next.config.js
Normal file
13
packages/freesewing.dev/next-i18next.config.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
// See: https://github.com/isaachinman/next-i18next
|
||||
module.exports = {
|
||||
i18n: {
|
||||
defaultLocale: 'en',
|
||||
locales: ['en'],
|
||||
defaultNS: 'common',
|
||||
},
|
||||
interpolation: {
|
||||
prefix: '{',
|
||||
suffix: '}',
|
||||
},
|
||||
localeStructure: '{lng}/{ns}',
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue