aboutsummaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-09-04 04:05:36 +0800
committerGitHub <noreply@github.com>2020-09-04 04:05:36 +0800
commita533e8fb525d869ccb9fefc1294899913e4c8f6c (patch)
tree3dec1c7154094d0025e841745616c4f3ba65b9f2 /docs/dev
parentbb93cabd39f53f5a3d7a34545a24ac0fa4155f42 (diff)
Taskfile: add desc to each task (#6304)
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/import_locale.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/import_locale.md b/docs/dev/import_locale.md
index fec093c6..156cedc5 100644
--- a/docs/dev/import_locale.md
+++ b/docs/dev/import_locale.md
@@ -9,8 +9,8 @@
Locale files has been successfully imported!
```
-1. Run `make generate` to generate corresponding bindata.
-1. Run `./gogs web` to start the web server, then visit the site in browser to make sure nothing blows up.
+1. Run `task generate` 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"`.
1. Push the commit then open up a pull request on GitHub.