Last active
March 4, 2019 21:27
-
-
Save isaachinman/1d1be9ab0d68a8f11b0d8577c10c0a45 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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