diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-16 00:09:37 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-16 00:09:37 +0000 |
commit | fe890c45c21e32bc7d06d093fe2c37f319c62e3e (patch) | |
tree | 4c1801723d3e028e1510d9b52490a726560f46f7 /doc/development/i18n | |
parent | 7dc8bd3c16a6f8367fdee691711d3313e2efc3c6 (diff) | |
download | gitlab-ce-fe890c45c21e32bc7d06d093fe2c37f319c62e3e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/i18n')
-rw-r--r-- | doc/development/i18n/externalization.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/development/i18n/externalization.md b/doc/development/i18n/externalization.md index 1e70770856e..b5c5a199b1e 100644 --- a/doc/development/i18n/externalization.md +++ b/doc/development/i18n/externalization.md @@ -7,6 +7,9 @@ For working with internationalization (i18n), used tool for this task and there are a lot of applications that will help us to work with it. +TIP: **Tip:** +All `rake` commands described on this page must be run on a GitLab instance, usually GDK. + ## Setting up GitLab Development Kit (GDK) In order to be able to work on the [GitLab Community Edition](https://gitlab.com/gitlab-org/gitlab-foss) @@ -207,7 +210,7 @@ For the static text strings we suggest two patterns for using these translations ```javascript <script> export default { - i18n: { + i18n: { buttonLabel: s__('Plan|Button Label') } }, |