aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobin van der Vliet <[email protected]>2023-08-26 14:35:01 +0200
committerGitHub <[email protected]>2023-08-26 12:35:01 +0000
commitd91057ddfd36b15af783ab6bcb1d679cf5202347 (patch)
treea37de4501c5350680cc0110f8d6ead4cf9955459 /docs
parentb103c63e72738c0437e60519d735a4ee1936954d (diff)
downloadfaker-d91057ddfd36b15af783ab6bcb1d679cf5202347.tar.xz
faker-d91057ddfd36b15af783ab6bcb1d679cf5202347.zip
feat(locale): add Esperanto (#2230)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/localization.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/guide/localization.md b/docs/guide/localization.md
index df1aa0e0..b3610c4d 100644
--- a/docs/guide/localization.md
+++ b/docs/guide/localization.md
@@ -98,6 +98,7 @@ In this example there are 5 locales. Each of these is checked in order, and the
| `en_NG` | English (Nigeria) | `fakerEN_NG` |
| `en_US` | English (United States) | `fakerEN_US` |
| `en_ZA` | English (South Africa) | `fakerEN_ZA` |
+| `eo` | Esperanto | `fakerEO` |
| `es` | Spanish | `fakerES` |
| `es_MX` | Spanish (Mexico) | `fakerES_MX` |
| `fa` | Farsi/Persian | `fakerFA` |