Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/development/fe_guide/internationalisation.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/development/fe_guide/internationalisation.md b/doc/development/fe_guide/internationalisation.md
index 30fda2e6c5a..d57cf3d1175 100644
--- a/doc/development/fe_guide/internationalisation.md
+++ b/doc/development/fe_guide/internationalisation.md
@@ -32,10 +32,6 @@ translations and sets up [Jed][jed] to be used with the current locale.
import locale from './locale';
```
-**NOTE:**
-If your JavaScript bundle has access to the `locale` file, you need to include it inside
-of the `CommonsChunkPlugin` for `locale`.
-
For convenience, the locale library exports the same method names as above. However, instead of 1
underscore, they use 2 underscores so not to conflict with the Underscore library. These can be
imported directly from the `locale` file. These methods can then be used in the same way as above.