Skip to content

Commit

Permalink
Makefile: Pin xgettext-go to working version
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
(cherry picked from commit 033ae33)
  • Loading branch information
stgraber authored and simondeziel committed Jul 9, 2024
1 parent 82dac9e commit d55365f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ update-po:
.PHONY: update-pot
update-pot:
ifeq "$(LXD_OFFLINE)" ""
(cd / ; go get -v -x github.com/snapcore/snapd/i18n/xgettext-go)
(cd / ; go get -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) [email protected] --keyword=i18n.G --keyword-plural=i18n.NG lxc/*.go lxc/*/*.go

Expand Down

0 comments on commit d55365f

Please sign in to comment.