Commit 2e5d1039 authored by Evan Read's avatar Evan Read

Merge branch 'mjang-add-GDK-for-rake' into 'master'

Add tip that rake requires GDK

See merge request gitlab-org/gitlab!42280
parents 28ac96c7 0a7461d9
...@@ -7,6 +7,9 @@ For working with internationalization (i18n), ...@@ -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 used tool for this task and there are a lot of applications that will help us to
work with it. 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) ## 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) 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 ...@@ -207,7 +210,7 @@ For the static text strings we suggest two patterns for using these translations
```javascript ```javascript
<script> <script>
export default { export default {
i18n: { i18n: {
buttonLabel: s__('Plan|Button Label') buttonLabel: s__('Plan|Button Label')
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment