aboutsummaryrefslogtreecommitdiff
path: root/docs/guide
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
parentcbbc0760c0121ce31997c0da1ce9d56189d42d31 (diff)
downloadfaker-1f763f89aad5d5b6fe42cfd01f9953e2de092cc5.tar.xz
faker-1f763f89aad5d5b6fe42cfd01f9953e2de092cc5.zip
refactor(locale): rename ge to ka_GE (#2010)
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/localization.md2
-rw-r--r--docs/guide/upgrading.md4
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/guide/localization.md b/docs/guide/localization.md
index ba62aeb8..acf4cdd1 100644
--- a/docs/guide/localization.md
+++ b/docs/guide/localization.md
@@ -105,7 +105,6 @@ In this example there are 5 locales. Each of these is checked in order, and the
| `fr_CA` | French (Canada) | `fakerFR_CA` |
| `fr_CH` | French (Switzerland) | `fakerFR_CH` |
| `fr_LU` | French (Luxembourg) | `fakerFR_LU` |
-| `ge` | Georgian | `fakerGE` |
| `he` | Hebrew | `fakerHE` |
| `hr` | Croatian | `fakerHR` |
| `hu` | Hungarian | `fakerHU` |
@@ -113,6 +112,7 @@ In this example there are 5 locales. Each of these is checked in order, and the
| `id_ID` | Indonesian | `fakerID_ID` |
| `it` | Italian | `fakerIT` |
| `ja` | Japanese | `fakerJA` |
+| `ka_GE` | Georgian (Georgia) | `fakerKA_GE` |
| `ko` | Korean | `fakerKO` |
| `lv` | Latvian | `fakerLV` |
| `mk` | Macedonian | `fakerMK` |
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.