1
0
Fork 0
freesewing/sites/dev/next-i18next.config.js

14 lines
250 B
JavaScript
Raw Normal View History

// See: https://github.com/isaachinman/next-i18next
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en'],
defaultNS: 'common',
},
interpolation: {
prefix: '{',
suffix: '}',
},
localeStructure: '{lng}/{ns}',
}