diff options
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/localization.md | 2 | ||||
| -rw-r--r-- | docs/guide/upgrading.md | 4 |
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. |
