diff options
| author | conner-c <[email protected]> | 2022-12-07 14:35:15 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-07 20:35:15 +0000 |
| commit | d0ff3fecc5e6eba355f64d11eca4549a405386c4 (patch) | |
| tree | 1290481432123571c00f01f86f11c9398bdd4025 /docs/guide/localization.md | |
| parent | f06126a1ba8515d6e0b7733999d5cd2f8849be7a (diff) | |
| download | faker-d0ff3fecc5e6eba355f64d11eca4549a405386c4.tar.xz faker-d0ff3fecc5e6eba355f64d11eca4549a405386c4.zip | |
docs: include hints on specifying a locale can help startup time (#1629)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'docs/guide/localization.md')
| -rw-r--r-- | docs/guide/localization.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/guide/localization.md b/docs/guide/localization.md index f6858378..1412ec00 100644 --- a/docs/guide/localization.md +++ b/docs/guide/localization.md @@ -28,6 +28,11 @@ The English locales are around 600 KB in size. All locales together are around 5 MB in size. ::: +:::tip Note +Some locales have limited coverage and rely more heavily on the English locale as the source for features they currently do not have. +However, in most cases, using a specific locale will be beneficial in the long term as specifying a locale reduces the time necessary for startup, which has a compounding effect on testing frameworks that reload the imports every execution. +::: + ## Available locales <!-- LOCALES-AUTO-GENERATED-START --> |
