mirror of
https://github.com/nextcloud/server.git
synced 2025-03-18 10:13:32 +00:00
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>
This commit is contained in:
parent
307608b26c
commit
da38ff0088
3 changed files with 8 additions and 0 deletions
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
"user_status",
|
||||
"viewer",
|
||||
"weather_status",
|
||||
"webhook_listeners",
|
||||
"workflowengine"
|
||||
],
|
||||
"defaultEnabled": [
|
||||
|
|
Loading…
Reference in a new issue