Migrate backup services to support translations (#96308)

* Migrate backup services to support translations

* Apply suggestions from code review

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Franck Nijhof 2023-07-11 22:00:00 +02:00 committed by GitHub
parent 76e3272432
commit aea2fc68e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1 @@
create:
name: Create backup
description: Create a new backup.

View File

@ -0,0 +1,8 @@
{
"services": {
"create": {
"name": "Create backup",
"description": "Creates a new backup."
}
}
}