diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-20 16:40:16 +0200 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2024-08-20 16:40:16 +0200 |
commit | da38ff0088606a09116c534d110f715c877e15cd (patch) | |
tree | 9d0f648369a9539e3153dcb27cde9a7de3903ce1 /.tx/config | |
parent | 307608b26cc0492eda5657bf674ec634523a63ee (diff) | |
download | nextcloud-server-da38ff0088606a09116c534d110f715c877e15cd.tar.gz nextcloud-server-da38ff0088606a09116c534d110f715c877e15cd.zip |
chore: Add webhook_listeners to list of shipped apps
As well as CODEOWNERS and l10n
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 6 |
1 files changed, 6 insertions, 0 deletions
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 |