0.1.3 • Published 2 years ago

yup-locale-pl v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Polish translation of yup validation messages

This repository contains a single JavaScript file which exports Polish versions for Yup validation messages.

mixed.notType hasn't been translated as it would need a helper method that is not publicly exported by Yup

Usage

npm install yup-locale-pl

or

yarn add yup-locale-pl
import * as yup from 'yup';
import yupLocalePL from 'yup-locale-pl';

yup.setLocale(yupLocalePL);

Make sure to set your localized messages before any other calls to Yup, see yup#using-a-custom-locale-dictionary for details.

0.1.3

2 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago