diff options
author | Phil Hughes <me@iamphill.com> | 2017-05-11 15:28:12 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-05-11 15:28:12 +0100 |
commit | bc48de11f847f85a412b09c54418bb0819a6804a (patch) | |
tree | 33ebbe63d7d930ff506e8cea60ea3c41412af5ab | |
parent | 2bc54eba95d9d17688d6cdf96ebaf52b565cccd9 (diff) | |
download | gitlab-ce-frontend-i18n-docs.tar.gz |
Removed part about CommonsChunkPlugin since it won't be required soonfrontend-i18n-docs
-rw-r--r-- | doc/development/fe_guide/internationalisation.md | 4 |
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. |