New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@globalbrain/nuxt-i18n

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@globalbrain/nuxt-i18n

Minimal module for i18n with locale auto-imports & localized routing

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
2
Weekly downloads
 
Created
Source

Global Brain: Nuxt I18N

Test License

Nuxt module for internationalization with localized routing.

This module's intention is not to provide a full-blown solution for internationalization like @nuxtjs/i18n, but offer a lean, effective and lightweight set of tools to cover the needs of common projects without the bloat of a full-blown solution.

Install

pnpm add -D @globalbrain/nuxt-i18n

Usage

export default defineNuxtConfig({
  modules: [
    '@globalbrain/nuxt-i18n'
  ],

  i18n: {
    defaultLocale: 'ja',
    locales: ['ja', 'en']
  }
})

Contribution

We are really excited that you are interested in contributing. Before submitting your contribution though, please make sure to take a moment and read through the following guidelines.

Code style guide

Always remember to follow the "Golden Rule"…

Every line of code should appear to be written by a single person, no matter the number of contributors. — @mdo

Development

pnpm run lint

Lint files using ESLint.

pnpm run test

Run the test suite using Vitest.

License

This package is open-sourced software licensed under the MIT.

Keywords

FAQs

Package last updated on 09 May 2024

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