mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
Makefile: Properly set POT encoding
Signed-off-by: Benjamin Somers <benjamin.somers@imt-atlantique.fr>
This commit is contained in:
parent
f0b0446057
commit
ae801fe889
1
Makefile
1
Makefile
@ -287,6 +287,7 @@ ifeq "$(INCUS_OFFLINE)" ""
|
||||
(cd / ; $(GO) install -v -x github.com/snapcore/snapd/i18n/xgettext-go@2.57.1)
|
||||
endif
|
||||
xgettext-go -o po/$(DOMAIN).pot --add-comments-tag=TRANSLATORS: --sort-output --package-name=$(DOMAIN) --msgid-bugs-address=lxc-devel@lists.linuxcontainers.org --keyword=i18n.G --keyword-plural=i18n.NG cmd/incus/*.go shared/cliconfig/*.go
|
||||
sed -i s/CHARSET/UTF-8/ po/$(DOMAIN).pot
|
||||
|
||||
.PHONY: build-mo
|
||||
build-mo: $(MOFILES)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user