This commit is contained in:
Michael Barz
2023-03-15 09:47:10 +01:00
parent b8ebc1def0
commit f45b3e07e7
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ NAME := userlog
# Where to write the files generated by this makefile.
OUTPUT_DIR = ./pkg/service/l10n
TEMPLATE_FILE = ./pkg/service/l10n/locale/userlog.pot
TEMPLATE_FILE = ./pkg/service/l10n/userlog.pot
include ../../.make/recursion.mk
@@ -45,7 +45,7 @@ l10n-push:
.PHONY: l10n-read
l10n-read: $(GO_XGETTEXT)
go-xgettext -o $(OUTPUT_DIR)/locale/userlog.pot --keyword=Template -s pkg/service/templates.go
go-xgettext -o $(OUTPUT_DIR)/userlog.pot --keyword=Template -s pkg/service/templates.go
.PHONY: l10n-write
l10n-write:
+1 -1
View File
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com
[o:owncloud-org:p:owncloud:r:ocis-userlog]
[owncloud.ocis-userlog]
file_filter = locale/<lang>/LC_MESSAGES/userlog.po
minimum_perc = 0
source_file = userlog.pot