Skip to content

Commit

Permalink
i18n config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunilsabatp committed Nov 3, 2022
1 parent d002129 commit 30c6532
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ const path = require('path');

module.exports = {
i18n: {
fallbackLng: 'en',
localeDetection: false,
defaultLocale: 'en',
locales: ['en', 'de', 'cs', 'es', 'fr', 'it', 'pt-BR'],
localeDetection: false,
},
localePath: path.resolve('./public/static/locales'),
reloadOnPrerender: false,
};

0 comments on commit 30c6532

Please sign in to comment.