14 lines
250 B
JavaScript
14 lines
250 B
JavaScript
![]() |
// See: https://github.com/isaachinman/next-i18next
|
||
|
module.exports = {
|
||
|
i18n: {
|
||
|
defaultLocale: 'en',
|
||
|
locales: ['en'],
|
||
|
defaultNS: 'common',
|
||
|
},
|
||
|
interpolation: {
|
||
|
prefix: '{',
|
||
|
suffix: '}',
|
||
|
},
|
||
|
localeStructure: '{lng}/{ns}',
|
||
|
}
|