mirror of
https://github.com/gogs/gogs.git
synced 2026-01-01 21:20:01 +01:00
* schemadoc: add go:generate to output database schema * Check errors * Revert string renames
718 B
718 B
Import locales from Crowdin
-
Download the ZIP archive from Crowdin and unzip it.
-
Go to root directory of the repository.
-
Run the
importsubcommand:$ ./gogs import locale --source <path to the unzipped directory> --target ./conf/locale Locale files has been successfully imported! -
Run
task generate-bindatato generate corresponding bindata. -
Run
task webto start the web server, then visit the site in the 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.