mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
[I18N] Add Locale merger script (squash: compile on windows)
Fixes: https://codeberg.org/forgejo/forgejo/issues/798
This commit is contained in:
parent
18312a6f74
commit
b47b205e85
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -841,7 +841,7 @@ generate-go: $(TAGS_PREREQ) merge-locales
|
|||
|
||||
.PHONY: merge-locales
|
||||
merge-locales:
|
||||
$(GO) run build/merge-forgejo-locales.go
|
||||
@CC= GOOS= GOARCH= $(GO) run build/merge-forgejo-locales.go
|
||||
|
||||
.PHONY: security-check
|
||||
security-check:
|
||||
|
|
Loading…
Reference in a new issue