diff options
| author | Anton Stonor <[email protected]> | 2023-08-19 11:31:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-19 11:31:31 +0200 |
| commit | c158b38b025b333c97cf174d516776b61015179f (patch) | |
| tree | 226e172ae72bc62eaa590bd5b3917ea16644d2b7 /docs | |
| parent | aa1bb131d874591e4d46671b1e82b23fc2a7ad74 (diff) | |
| download | faker-c158b38b025b333c97cf174d516776b61015179f.tar.xz faker-c158b38b025b333c97cf174d516776b61015179f.zip | |
feat(locale): add minimal da locale, start with location (#2324)
Diffstat (limited to 'docs')
| -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 af91383b..d8f454ce 100644 --- a/docs/guide/localization.md +++ b/docs/guide/localization.md @@ -79,6 +79,7 @@ In this example there are 5 locales. Each of these is checked in order, and the | `az` | Azerbaijani | `fakerAZ` | | `base` | Base | `fakerBASE` | | `cs_CZ` | Czech (Czechia) | `fakerCS_CZ` | +| `da` | Danish | `fakerDA` | | `de` | German | `fakerDE` | | `de_AT` | German (Austria) | `fakerDE_AT` | | `de_CH` | German (Switzerland) | `fakerDE_CH` | |
