fix(activitylog): fix translation pipeline
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -14,9 +14,10 @@ RESET := $(shell tput -Txterm sgr0)
|
|||||||
|
|
||||||
# add a service here when it uses transifex
|
# add a service here when it uses transifex
|
||||||
L10N_MODULES := \
|
L10N_MODULES := \
|
||||||
|
services/activitylog \
|
||||||
|
services/graph \
|
||||||
services/notifications \
|
services/notifications \
|
||||||
services/userlog \
|
services/userlog
|
||||||
services/graph
|
|
||||||
|
|
||||||
# if you add a module here please also add it to the .drone.star file
|
# if you add a module here please also add it to the .drone.star file
|
||||||
OCIS_MODULES = \
|
OCIS_MODULES = \
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
Bugfix: Activity Translations
|
||||||
|
|
||||||
|
translations for activities did not show up in transifex
|
||||||
|
|
||||||
|
https://github.com/owncloud/ocis/pull/9856
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
[main]
|
||||||
|
host = https://www.transifex.com
|
||||||
|
|
||||||
|
[o:owncloud-org:p:owncloud:r:ocis-activitylog]
|
||||||
|
file_filter = locale/<lang>/LC_MESSAGES/activitylog.po
|
||||||
|
minimum_perc = 75
|
||||||
|
source_file = activitylog.pot
|
||||||
|
source_lang = en
|
||||||
|
type = PO
|
||||||
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
||||||
#
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
|
||||||
msgstr "Project-Id-Version: \n"
|
|
||||||
"Report-Msgid-Bugs-To: EMAIL\n"
|
|
||||||
"POT-Creation-Date: 2024-06-14 15:29+0200\n"
|
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
||||||
"Language: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: pkg/service/response.go:15
|
|
||||||
msgid "{user} created {resource}"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user