remove l10n from gitignore

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-03-09 16:18:28 +01:00
parent 1fc2bbcb08
commit cb31f9923f
3 changed files with 89 additions and 2 deletions
+7 -1
View File
@@ -1,6 +1,9 @@
SHELL := bash
NAME := userlog
# Where to write the files generated by this makefile.
OUTPUT_DIR = ./pkg/service/l10n
include ../../.make/recursion.mk
############ tooling ############
@@ -41,7 +44,10 @@ l10n-push:
.PHONY: l10n-read
l10n-read:
go-xgettext -o $(OUTPUT_DIR)/locale/en/LC_MESSAGES/default.pot --keyword=Template -s pkg/service/templates.go
go-xgettext -o $(OUTPUT_DIR)/locale/default.pot --keyword=Template -s pkg/service/templates.go
.PHONY: l10n-write
l10n-write:
############ licenses ############
.PHONY: ci-node-check-licenses