@episclera/next-i18next-config
A shareable next-i18next config. Part of multipack monorepo
Site | Getting Started | API | Blog
Usage
Install: npm i -D @episclera/next-i18next-config
And in your next-i18next.config.js
file just put this content.
const nextI18NextConfig = require('@episclera/next-i18next-config')
module.exports = nextI18NextConfig
// OR you can mix multiple configs with "mergeConfigs" util from @episclera/multipack-utils
const nextI18NextConfig = require('@episclera/next-i18next-config')
const { mergeConfigs } = require('@episclera/multipack-utils')
module.exports = mergeConfigs(nextI18NextConfig, {
i18n: { defaultLocale: 'ar' },
})
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Open Collective
Or you can sponsor viaAuthor
@episclera/multipack © Episclera, Released under the MIT License.
Authored and maintained by Episclera with help from contributors (list).