fix l10n
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user