From d0ff3fecc5e6eba355f64d11eca4549a405386c4 Mon Sep 17 00:00:00 2001 From: conner-c <71367560+conner-c@users.noreply.github.com> Date: Wed, 7 Dec 2022 14:35:15 -0600 Subject: docs: include hints on specifying a locale can help startup time (#1629) Co-authored-by: ST-DDT --- docs/guide/localization.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/guide/localization.md') 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 -- cgit v1.2.3