diff options
Diffstat (limited to 'docs/dev/import_locale.md')
-rw-r--r-- | docs/dev/import_locale.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/import_locale.md b/docs/dev/import_locale.md index 156cedc5..ab93a92c 100644 --- a/docs/dev/import_locale.md +++ b/docs/dev/import_locale.md @@ -9,7 +9,7 @@ Locale files has been successfully imported! ``` -1. Run `task generate` to generate corresponding bindata. +1. Run `task generate-bindata` to generate corresponding bindata. 1. Run `task web` to start the web server, then visit the site in the browser to make sure nothing blows up. 1. Check out a new branch using `git checkout -b update-locales`. 1. Stash changes then run `git commit -m "locale: sync from Crowdin"`. |