aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* l18n: add localization supportSimon Rozman2020-03-151-0/+1
| | | | | | | | | | | | | | | | | | | | | Revise the messages to make them localizable. Note: The log messages are not marked for localization. Probably, we want to keep log files in English for easier global troubleshooting. Having a user run `go generate` requires a valid and up-to-date Go environment. Rather than instructing users how to setup the environment correctly, the `go generate` was integrated into build.bat. This reuses the Go building environment downloaded and prepared by build.bat to provide controllable and consistent result. Use `make generate` on Linux. As the zgotext.go output varies for GOARCH=386 and amd64, one had to be chosen to provide stable output. The former is the first one to build in build.bat. Signed-off-by: Simon Rozman <simon@rozman.si>
* go.mod: operate like a normal go moduleJason A. Donenfeld2019-08-051-1/+0
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* ui: use icons instead of unicode fontJason A. Donenfeld2019-05-021-0/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: extend to build x86 and amd64Simon Rozman2019-04-251-2/+10
| | | | Signed-off-by: Simon Rozman <simon@rozman.si>
* build: allow make to skip hidden directory to reduce statsJason A. Donenfeld2019-03-101-2/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* build: support windowsJason A. Donenfeld2019-03-041-0/+1
| | | | | | TDM is old and ugly, but musl.cc is having issues right now. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* Initial scaffoldingJason A. Donenfeld2019-02-251-0/+6
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>