Skip to content

Instantly share code, notes, and snippets.

@openhubdev
Created April 5, 2021 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save openhubdev/8b6274be6e84690745d2282eaede017a to your computer and use it in GitHub Desktop.
Save openhubdev/8b6274be6e84690745d2282eaede017a to your computer and use it in GitHub Desktop.
//next.config.js
module.exports = {
i18n: {
locales: ['en-US', 'fr', 'ko'], //list of languages
defaultLocale: 'en-US' //set the default language
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment