Skip to content

Commit

Permalink
Makefile: Update translation bugs email address.
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Laing <[email protected]>
(cherry picked from commit 0a0a823)
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
markylaing authored and simondeziel committed Jul 8, 2024
1 parent b7787d3 commit aa315a6
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 @@ -226,7 +226,7 @@ update-pot:
ifeq "$(LXD_OFFLINE)" ""
(cd / ; go get -v -x github.com/snapcore/snapd/i18n/xgettext-go)
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 lxc/*.go lxc/*/*.go
xgettext-go -o po/$(DOMAIN).pot --add-comments-tag=TRANSLATORS: --sort-output --package-name=$(DOMAIN) --msgid-bugs-address=lxd@lists.canonical.com --keyword=i18n.G --keyword-plural=i18n.NG lxc/*.go lxc/*/*.go

.PHONY: build-mo
build-mo: $(MOFILES)
Expand Down

0 comments on commit aa315a6

Please sign in to comment.