Skip to content

Pickaw/nuxt-i18n

This branch is 385 commits ahead of, 991 commits behind nuxt-modules/i18n:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

991e9aa · Feb 5, 2019
Apr 16, 2018
Jun 8, 2018
Feb 5, 2019
Feb 5, 2019
Feb 4, 2019
Jan 14, 2019
Dec 5, 2017
Apr 24, 2018
Dec 5, 2017
Jan 27, 2019
Dec 5, 2017
Jan 18, 2019
May 9, 2018
Feb 5, 2019
Feb 3, 2019
Feb 4, 2019

Repository files navigation

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, or ping me on Nuxt's Discord channel (paulgv#1021).

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

Packages

No packages published

Languages

  • JavaScript 96.9%
  • Shell 1.9%
  • TypeScript 1.2%