Skip to content

Instantly share code, notes, and snippets.

@isaachinman
Last active March 4, 2019 21:27
Show Gist options
  • Save isaachinman/1d1be9ab0d68a8f11b0d8577c10c0a45 to your computer and use it in GitHub Desktop.
Save isaachinman/1d1be9ab0d68a8f11b0d8577c10c0a45 to your computer and use it in GitHub Desktop.
const NextI18Next = require('next-i18next/dist/commonjs')
module.exports = new NextI18Next({
defaultLanguage: 'en',
otherLanguages: ['de']
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment