diff options
| author | Shinigami <[email protected]> | 2023-04-01 15:06:38 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-01 13:06:38 +0000 |
| commit | 4f33217089434442f9b1d8f75b5c49da7c30ba03 (patch) | |
| tree | 03484faf72c619e5d3fdff7fec745f6c37c7f5a5 /docs/guide/upgrading.md | |
| parent | 54c2cf82269da03c067b1ee1c158b84282501c15 (diff) | |
| download | faker-4f33217089434442f9b1d8f75b5c49da7c30ba03.tar.xz faker-4f33217089434442f9b1d8f75b5c49da7c30ba03.zip | |
refactor: restore en_IND (#1873)
Diffstat (limited to 'docs/guide/upgrading.md')
| -rw-r--r-- | docs/guide/upgrading.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md index 1fa392f8..1987ed0e 100644 --- a/docs/guide/upgrading.md +++ b/docs/guide/upgrading.md @@ -120,10 +120,6 @@ For more information refer to our [Localization Guide](localization). | `faker.address.streetSuffix` | _Removed_ | | `faker.image.lorempixel` | _Removed, as the LoremPixel service is no longer available_ | -### Locale renamed - -The `en_IND` (English, India) locale was renamed to `en_IN` for consistency with other locales. - ## Deprecations and other changes ### `faker.name` changed to `faker.person` @@ -220,3 +216,7 @@ The `allowLeadingZeros` boolean parameter in `faker.string.numeric` (in the new ### Simplified MIME type data The functions `faker.system.mimeType`, `faker.system.fileType` and `faker.system.fileExt` now return data from a smaller set of more common MIME types, filetypes and extensions. + +### Locale renamed + +The `en_IND` (English, India) locale was renamed to `en_IN` for consistency with other locales. |
