fix: l10n make path, validation context key type and available role env

This commit is contained in:
Florian Schade
2024-08-23 14:24:19 +02:00
parent 43ba95190f
commit 803a0a5c38
5 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ l10n-push:
.PHONY: l10n-read
l10n-read: $(GO_XGETTEXT)
go-xgettext -o $(OUTPUT_DIR)/graph.pot --keyword=l10n.Template --add-comments -s pkg/service/v0/spacetemplates.go -s pkg/unifiedrole/unifiedrole.go
go-xgettext -o $(OUTPUT_DIR)/graph.pot --keyword=l10n.Template --add-comments -s pkg/service/v0/spacetemplates.go -s pkg/unifiedrole/roles.go
.PHONY: l10n-write
l10n-write: