diff options
-rw-r--r-- | .github/CODEOWNERS | 1 | ||||
-rw-r--r-- | .tx/config | 6 | ||||
-rw-r--r-- | core/shipped.json | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f1983388e2f..e448bf922ce 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -26,6 +26,7 @@ /apps/user_ldap/appinfo/info.xml @come-nc @blizzz /apps/user_status/appinfo/info.xml @Antreesy @nickvergessen /apps/weather_status/appinfo/info.xml @julien-nc @juliushaertl +/apps/webhook_listeners/appinfo/info.xml @come-nc @julien-nc /apps/workflowengine/appinfo/info.xml @blizzz @juliushaertl # Frontend expertise diff --git a/.tx/config b/.tx/config index ce9e6136823..6b53e28877b 100644 --- a/.tx/config +++ b/.tx/config @@ -176,6 +176,12 @@ source_file = translationfiles/templates/weather_status.pot source_lang = en type = PO +[o:nextcloud:p:nextcloud:r:webhook_listeners] +file_filter = translationfiles/<lang>/webhook_listeners.po +source_file = translationfiles/templates/webhook_listeners.pot +source_lang = en +type = PO + [o:nextcloud:p:nextcloud:r:workflowengine] file_filter = translationfiles/<lang>/workflowengine.po source_file = translationfiles/templates/workflowengine.pot diff --git a/core/shipped.json b/core/shipped.json index d56cbf6f710..36a3ec50a25 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -49,6 +49,7 @@ "user_status", "viewer", "weather_status", + "webhook_listeners", "workflowengine" ], "defaultEnabled": [ |