mhmdAljefri / zod-ar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zod-AR

Arabic translations of Zod validations message

Quick Start

yarn add zod @mhmdaljefri/zod-ar

Inside the application

import { arErrorMap } from "@mhmdaljefri/zod-ar";
import * as z from "zod";

// rest of code

z.setErrorMap(arErrorMap);

// rest of you code

License

MIT

About


Languages

Language:TypeScript 100.0%