Run the import
subcommand:
$ ./gogs import locale --source <path to the unzipped directory> --target ./conf/locale
Locale files has been successfully imported!
Run make generate
to generate corresponding bindata.
Run ./gogs web
to start the web server, then visit the site in browser to make sure nothing blows up.
Check out a new branch using git checkout -b update-locales
.
Stash changes then run git commit -m "locale: sync from Crowdin"
.
Push the commit then open up a pull request on GitHub.