https://github.com/aboutbits/yup-locales
https://github.com/aboutbits/yup-locales
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aboutbits/yup-locales
- Owner: aboutbits
- License: mit
- Created: 2022-08-04T09:53:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T13:03:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-11T16:06:52.404Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Custom Yup Locales
====================
[](https://badge.fury.io/js/%40aboutbits%2Fyup-locales)
This package includes simplified translations for yup error messages. The main difference lies in the exclusion of the field path.
## Table of content
- [Usage](#usage)
- [Build & Publish](#build--publish)
- [Information](#information)
## Usage
First, you have to install the package:
```bash
npm install @aboutbits/yup-locales
```
Second, you add the custom language packages to your project.
```js
import { setLocale } from 'yup'
import it from '@aboutbits/yup-locales/it'
// If you want that your app returns Italian error messages.
setLocale(it)
```
## Build & Publish
To build and publish the package, simply commit all changes and push them to master. Then run one of the following commands locally:
```bash
npm version patch
npm version minor
npm version major
```
## Information
About Bits is a company based in South Tyrol, Italy. You can find more information about us on [our website](https://aboutbits.it).
### Support
For support, please contact [info@aboutbits.it](mailto:info@aboutbits.it).
### Credits
- [All Contributors](../../contributors)
### License
The MIT License (MIT). Please see the [license file](LICENSE.md) for more information.