KO
|
EN
gitlite — search
Search
#python
#css
#ai
#pytorch
#html
#vite
#llm
#go
#frontend
#web-development
#react
#awesome
next-intl-zod
★ 38
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
ai-micro-saas-starter
:
Micro SaaS AI Starter with Next.js 14, React, Tailwind, Prisma, Stripe & GeneratedBy API
next-shadcn-intl-template
:
next-shadcn-intl-template
next-intl
:
Library to integrate react-intl with Next.js.
jinrup.dev
:
My personal website built with TypeScript, Next.js 14, and Tailwind CSS
nextjs-with-react-intl
:
example of using react-intl with serverless setup
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
next-intl-zod
?
Download (.md)
# Translating zod errors with next-intl This is code is a demonstration of how to translate zod errors with next-intl using a zod error map. For more information see this [blog post](https://www.gcasc.io/blog/next-intl-zod). ## Getting Started First, run the development server: ```bash npm run dev # or yarn dev # or pnpm dev # or bun dev ``` Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.