aboutsummaryrefslogtreecommitdiff
path: root/docs/guide/upgrading.md
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-04-03 23:34:11 +0700
committerGitHub <[email protected]>2023-04-03 16:34:11 +0000
commit1f763f89aad5d5b6fe42cfd01f9953e2de092cc5 (patch)
treea01f5bd33e6724af88ba387e4a8d7e95fa2a36d6 /docs/guide/upgrading.md
parentcbbc0760c0121ce31997c0da1ce9d56189d42d31 (diff)
downloadfaker-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.md4
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.