diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-10-04 08:37:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 08:37:55 +0800 |
commit | a6bd00f8078092480dbb413ea547abc573e2e90f (patch) | |
tree | f026a82cf50c37cbb2be23b55ad29bb20b43002b /docs/dev/import_locale.md | |
parent | 7797efe1bb1850c5cc4fa349361000c98303ef83 (diff) |
locale: sync from Crowdin (#6367)
Diffstat (limited to 'docs/dev/import_locale.md')
-rw-r--r-- | docs/dev/import_locale.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dev/import_locale.md b/docs/dev/import_locale.md index ab93a92c..9da9a94d 100644 --- a/docs/dev/import_locale.md +++ b/docs/dev/import_locale.md @@ -12,5 +12,6 @@ 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"`. +1. Stage changes +1. Run `git commit -m "locale: sync from Crowdin"`. 1. Push the commit then open up a pull request on GitHub. |