[I18N] Add Locale merger script (squash: compile on windows)

Fixes: https://codeberg.org/forgejo/forgejo/issues/798
This commit is contained in:
Earl Warren 2023-06-07 07:26:48 +02:00
parent 18312a6f74
commit b47b205e85
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -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: