1.11.5 • Published 6 months ago
nuxt-zod-i18n v1.11.5
Nuxt ZodI18n
A Nuxt Module for localizing zod error messages.
Check the playground for usage doc and test will come later
Features
- This library depends on @nuxtjs/i18n .
- Provide a Global error map for zod see Zod ERROR_HANDLING
- Translation for zod errors based on ZodIssueCode
- A way to translate custom errors
Quick Setup
- Add
nuxt-zod-i18n
dependency to your project
npx nuxi@latest module add nuxt-zod-i18n
- Add
nuxt-zod-i18n
to themodules
section ofnuxt.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
6 months ago
1.11.3
6 months ago
1.11.2
7 months ago
1.11.1
7 months ago
1.11.5
6 months ago
1.11.0
7 months ago
1.10.0
9 months ago
1.9.0
12 months ago
1.8.1
12 months ago
1.8.0
1 year ago
1.7.0
1 year ago
1.6.0
1 year ago
1.5.0
1 year ago
1.4.0
1 year 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