aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-08-26 19:08:11 +0700
committerGitHub <[email protected]>2023-08-26 12:08:11 +0000
commite0d422a03f6b07134741dab4724f01456cecc0dc (patch)
tree3c71ce2635c8efb1f4bf87ebefc84bdda44e8b37 /docs
parentf195e06905a8384965990e686440c3714976445c (diff)
downloadfaker-e0d422a03f6b07134741dab4724f01456cecc0dc.tar.xz
faker-e0d422a03f6b07134741dab4724f01456cecc0dc.zip
docs: simplify localization docs (#2342)
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/localization.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/guide/localization.md b/docs/guide/localization.md
index d8f454ce..df1aa0e0 100644
--- a/docs/guide/localization.md
+++ b/docs/guide/localization.md
@@ -4,11 +4,11 @@
Did you know Faker supports many different locales?
When using our default instance `import { faker } from '@faker-js/faker'` you get English data.
-However, we also provide pre-built instances for more than 50 other locales.
+However, we also provide pre-built instances for [more than 60 available locales](#available-locales).
-`import { fakerDE as faker } from '@faker-js/faker'`
+For example, you can import the German locale:
-See below for a list of available locales.
+`import { fakerDE as faker } from '@faker-js/faker'`
::: tip Note
You can also build your own Faker instances, with custom locales/overwrites.