From 1f763f89aad5d5b6fe42cfd01f9953e2de092cc5 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:34:11 +0700 Subject: refactor(locale): rename ge to ka_GE (#2010) --- docs/guide/localization.md | 2 +- docs/guide/upgrading.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.2.3