1
0
Fork 0
freesewing/packages/freesewing.dev/next-i18next.config.js
2022-02-13 16:00:00 +01:00

13 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}',
}