fix translations for notifications service

This commit is contained in:
Michael Barz
2023-04-19 13:10:13 +02:00
parent 0b04edd0d8
commit e58c248579

View File

@@ -44,7 +44,7 @@ l10n-push:
.PHONY: l10n-read
l10n-read: $(GO_XGETTEXT)
go-xgettext -o $(OUTPUT_DIR)/notifications.pot --keyword=Template --add-comments -s pkg/email/l10n/templates.go
go-xgettext -o $(OUTPUT_DIR)/notifications.pot --keyword=Template --add-comments -s pkg/email/templates.go
.PHONY: l10n-write
l10n-write: