diff options
| author | Robin van der Vliet <[email protected]> | 2023-08-26 14:35:01 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-26 12:35:01 +0000 |
| commit | d91057ddfd36b15af783ab6bcb1d679cf5202347 (patch) | |
| tree | a37de4501c5350680cc0110f8d6ead4cf9955459 /docs/guide | |
| parent | b103c63e72738c0437e60519d735a4ee1936954d (diff) | |
| download | faker-d91057ddfd36b15af783ab6bcb1d679cf5202347.tar.xz faker-d91057ddfd36b15af783ab6bcb1d679cf5202347.zip | |
feat(locale): add Esperanto (#2230)
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/localization.md | 1 |
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` | |
