Commit 0a7461d9 authored by Mike Jang's avatar Mike Jang Committed by Evan Read

Add tip that rake requires GDK

parent 1a9c3e9c
......@@ -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')
}
},
......
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