aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-04-22 23:26:46 +0700
committerGitHub <[email protected]>2023-04-22 18:26:46 +0200
commita49aa0d7831a949728b6831b96f15c4971f1e1d9 (patch)
tree92db99904c58afea9a6bdc2909138767e82aacec /docs
parented19befb04dbb7a8c5b59b1c015c6ccbce109869 (diff)
downloadfaker-a49aa0d7831a949728b6831b96f15c4971f1e1d9.tar.xz
faker-a49aa0d7831a949728b6831b96f15c4971f1e1d9.zip
feat(locale): add additional metadata properties (#2025)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/localization.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/guide/localization.md b/docs/guide/localization.md
index e6e16c42..407d411f 100644
--- a/docs/guide/localization.md
+++ b/docs/guide/localization.md
@@ -74,7 +74,7 @@ In this example there are 5 locales. Each of these is checked in order, and the
| Locale | Name | Faker |
| :------------ | :------------------------ | :----------------- |
-| `af_ZA` | Afrikaans | `fakerAF_ZA` |
+| `af_ZA` | Afrikaans (South Africa) | `fakerAF_ZA` |
| `ar` | Arabic | `fakerAR` |
| `az` | Azerbaijani | `fakerAZ` |
| `base` | Base | `fakerBASE` |
@@ -98,7 +98,7 @@ In this example there are 5 locales. Each of these is checked in order, and the
| `en_ZA` | English (South Africa) | `fakerEN_ZA` |
| `es` | Spanish | `fakerES` |
| `es_MX` | Spanish (Mexico) | `fakerES_MX` |
-| `fa` | Farsi | `fakerFA` |
+| `fa` | Farsi/Persian | `fakerFA` |
| `fi` | Finnish | `fakerFI` |
| `fr` | French | `fakerFR` |
| `fr_BE` | French (Belgium) | `fakerFR_BE` |
@@ -109,15 +109,15 @@ In this example there are 5 locales. Each of these is checked in order, and the
| `hr` | Croatian | `fakerHR` |
| `hu` | Hungarian | `fakerHU` |
| `hy` | Armenian | `fakerHY` |
-| `id_ID` | Indonesian | `fakerID_ID` |
+| `id_ID` | Indonesian (Indonesia) | `fakerID_ID` |
| `it` | Italian | `fakerIT` |
| `ja` | Japanese | `fakerJA` |
| `ka_GE` | Georgian (Georgia) | `fakerKA_GE` |
| `ko` | Korean | `fakerKO` |
| `lv` | Latvian | `fakerLV` |
| `mk` | Macedonian | `fakerMK` |
-| `nb_NO` | Norwegian | `fakerNB_NO` |
-| `ne` | Nepalese | `fakerNE` |
+| `nb_NO` | Norwegian (Norway) | `fakerNB_NO` |
+| `ne` | Nepali | `fakerNE` |
| `nl` | Dutch | `fakerNL` |
| `nl_BE` | Dutch (Belgium) | `fakerNL_BE` |
| `pl` | Polish | `fakerPL` |
@@ -125,15 +125,15 @@ In this example there are 5 locales. Each of these is checked in order, and the
| `pt_PT` | Portuguese (Portugal) | `fakerPT_PT` |
| `ro` | Romanian | `fakerRO` |
| `ru` | Russian | `fakerRU` |
-| `sk` | Slovakian | `fakerSK` |
-| `sr_RS_latin` | Serbian (Latin) | `fakerSR_RS_latin` |
+| `sk` | Slovak | `fakerSK` |
+| `sr_RS_latin` | Serbian (Serbia, Latin) | `fakerSR_RS_latin` |
| `sv` | Swedish | `fakerSV` |
| `th` | Thai | `fakerTH` |
| `tr` | Turkish | `fakerTR` |
| `uk` | Ukrainian | `fakerUK` |
| `ur` | Urdu | `fakerUR` |
| `vi` | Vietnamese | `fakerVI` |
-| `zh_CN` | Chinese | `fakerZH_CN` |
+| `zh_CN` | Chinese (China) | `fakerZH_CN` |
| `zh_TW` | Chinese (Taiwan) | `fakerZH_TW` |
| `zu_ZA` | Zulu (South Africa) | `fakerZU_ZA` |