🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@episclera/next-i18next-config

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@episclera/next-i18next-config

A shareable next-1i18next config.

latest
Source
npmnpm
Version
1.46.2
Version published
Maintainers
1
Created
Source

@episclera/next-i18next-config

A shareable next-i18next config. Part of multipack monorepo

Site | Getting Started | API | Blog

GitHub Multipack

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

Or you can sponsor via Open Collective

Open Collective

Author

@episclera/multipack © Episclera, Released under the MIT License.
Authored and maintained by Episclera with help from contributors (list).

If you like this repository star⭐ and watch👀 on GitHub.

Keywords

multipack

FAQs

Package last updated on 06 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts