diff options
| author | Awen23 <[email protected]> | 2025-04-11 18:31:57 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-11 19:31:57 +0200 |
| commit | f70a6f7a656090ed900ea18b39961d0d5ff78be0 (patch) | |
| tree | a1efa7ac429bcbd44ea2fc5174a3ddad82a634a2 /docs/guide | |
| parent | b2c5298c94f632681937fc6d62da2f84252b5c66 (diff) | |
| download | faker-f70a6f7a656090ed900ea18b39961d0d5ff78be0.tar.xz faker-f70a6f7a656090ed900ea18b39961d0d5ff78be0.zip | |
feat(locale): add cy locale, start with date (#3462)
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 ffab0b76..f86d79a7 100644 --- a/docs/guide/localization.md +++ b/docs/guide/localization.md @@ -56,6 +56,7 @@ In this example there are 5 locales. Each of these is checked in order, and the | `base` | Base | `fakerBASE` | | `bn_BD` | Bengali (Bangladesh) | `fakerBN_BD` | | `cs_CZ` | Czech (Czechia) | `fakerCS_CZ` | +| `cy` | Welsh | `fakerCY` | | `da` | Danish | `fakerDA` | | `de` | German | `fakerDE` | | `de_AT` | German (Austria) | `fakerDE_AT` | |
