diff options
| author | Matt Mayer <[email protected]> | 2023-04-03 23:34:11 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-03 16:34:11 +0000 |
| commit | 1f763f89aad5d5b6fe42cfd01f9953e2de092cc5 (patch) | |
| tree | a01f5bd33e6724af88ba387e4a8d7e95fa2a36d6 /docs/guide/upgrading.md | |
| parent | cbbc0760c0121ce31997c0da1ce9d56189d42d31 (diff) | |
| download | faker-1f763f89aad5d5b6fe42cfd01f9953e2de092cc5.tar.xz faker-1f763f89aad5d5b6fe42cfd01f9953e2de092cc5.zip | |
refactor(locale): rename ge to ka_GE (#2010)
Diffstat (limited to 'docs/guide/upgrading.md')
| -rw-r--r-- | docs/guide/upgrading.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/guide/upgrading.md b/docs/guide/upgrading.md index 38b3dc65..5e554849 100644 --- a/docs/guide/upgrading.md +++ b/docs/guide/upgrading.md @@ -216,6 +216,8 @@ The `allowLeadingZeros` boolean parameter in `faker.string.numeric` (in the new 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 +### Locales renamed The `en_IND` (English, India) locale was renamed to `en_IN` for consistency with other locales. + +The `ge` (Georgian) locale was renamed to `ka_GE` to use the standard ISO codes for language and country. |
