1.11.5 • Published 10 months ago

nuxt-zod-i18n v1.11.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Nuxt ZodI18n

npm version npm downloads License Nuxt

A Nuxt Module for localizing zod error messages.

Check the playground for usage doc and test will come later

Features

Quick Setup

  1. Add nuxt-zod-i18n dependency to your project
npx nuxi@latest module add nuxt-zod-i18n
  1. Add nuxt-zod-i18n to the modules section of nuxt.config.ts before @nuxtjs/i18n module
export default defineNuxtConfig({
  modules: ['nuxt-zod-i18n', '@nuxtjs/i18n']
})

That's it! You can now use Nuxt ZodI18n in your Nuxt app ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
1.11.4

10 months ago

1.11.3

10 months ago

1.11.2

11 months ago

1.11.1

11 months ago

1.11.5

10 months ago

1.11.0

12 months ago

1.10.0

1 year ago

1.9.0

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.7.0

1 year ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago