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

17 lines
318 B
JavaScript
Raw Normal View History

2022-02-06 19:16:49 +01:00
// See: https://github.com/isaachinman/next-i18next
module.exports = {
i18n: {
defaultLocale: 'en',
2023-07-11 20:17:24 +02:00
locales: ['en', 'de', 'es', 'fr', 'nl', 'uk'],
},
defaultNS: 'common',
react: {
nsMode: 'fallback',
},
interpolation: {
prefix: '{',
suffix: '}',
},
localeStructure: '{lng}/{ns}',
2022-02-06 19:16:49 +01:00
}