Skip to content

Commit 787368f

Browse files
authored
Fix typo L12n -> L10n (rjsf-team#4332)
1 parent b5ce52e commit 787368f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ const Component = () => {
19941994

19951995
## @rjsf/validator-ajv8
19961996

1997-
- Support for localization (L12n) on a customized validator using a `Localizer` function passed as a second parameter to `customizeValidator()`, fixing (https://github.com/rjsf-team/react-jsonschema-form/pull/846, and https://github.com/rjsf-team/react-jsonschema-form/issues/1195)
1997+
- Support for localization (L10n) on a customized validator using a `Localizer` function passed as a second parameter to `customizeValidator()`, fixing (https://github.com/rjsf-team/react-jsonschema-form/pull/846, and https://github.com/rjsf-team/react-jsonschema-form/issues/1195)
19981998
- Fixed the `README.md` to correct the package name in several places to match the actual package
19991999

20002000
## Dev / docs / playground

packages/docs/docs/usage/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ const validator = customizeValidator({ AjvClass: Ajv2019 });
703703
render(<Form schema={schema} validator={validator} />, document.getElementById('app'));
704704
```
705705

706-
### Localization (L12n) support
706+
### Localization (L10n) support
707707

708708
The Ajv 8 validator supports the localization of error messages using [ajv-i18n](https://github.com/ajv-validator/ajv-i18n).
709709
In addition, you may provide a custom solution by implementing a function that conforms to the `Localizer` interface if your language is not supported.

0 commit comments

Comments
 (0)