Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nuxt-i18n

Package Overview
Dependencies
Maintainers
1
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-i18n

i18n for Nuxt

  • 6.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
12K
decreased by-40.75%
Maintainers
1
Weekly downloads
 
Created
Source

nuxt-i18n

i18n features for your Nuxt project

Documentation | Release notes

Known Vulnerabilities

Co-maintainers welcome!

I've been lacking time to properly maintain the project lately and I would be really happy if anyone were interested in helping me maintaining nuxt-i18n! It looks like there are more and more projects using this module and we've had great contributions from the community. It's just getting hard to keep track of the issues and questions here and on CMTY so don't hesitate to get in touch if you're interested in taking a bigger part in the project!

Feel free to email me at the address that's in my profile.

Contribute to the module

  • Fork the project and clone it in your existing Nuxt project:
cd my-nuxt-project/
mkdir modules/
git clone https://github.com/<username>/nuxt-i18n.git modules/nuxt-i18n
# or
git clone git@github.com:<username>/nuxt-i18n.git modules/nuxt-i18n
  • Edit your Nuxt config to use the local module:
// nuxt.config.js

{
  modules: [
    ['./modules/nuxt-i18n', {
      // options...
    }]
  ]
}
  • Install the module's dependencies
cd modules/nuxt-i18n/
yarn
  • Code, code, code!
  • Run ESLint & Jest
yarn lint && yarn test
  • Submit awesome PRs

Contribute to the documentation

  • Fork and clone the project
git clone git@github.com:<username>/nuxt-i18n.git
# or
git clone https://github.com/<username>/nuxt-i18n.git
  • Install the dependencies
cd nuxt-i18n/
yarn
  • Start the docs server
yarn docs:dev
  • Write some doc by editing files in docs/ directory, if you're adding new pages, make sure you add them to the table of contents in docs/.vuepress/config

  • Once you're done, submit that shiny PR!

Issues, questions & requests

Please use CMTY for any question you might have.

License

MIT License - Copyright (c) Nuxt Community

FAQs

Package last updated on 20 Jul 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc