yup-locale-pl
v0.1.3
Published
Polish translation of yup validation messages
Downloads
255
Readme
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.