Migrate image_processing services to support translations (#96328)

* Migrate image_processing 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>
pull/96375/head
Franck Nijhof 2023-07-11 23:19:50 +02:00 committed by GitHub
parent 7468320860
commit b1e4bae3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,6 @@
# Describes the format for available image processing services
scan:
name: Scan
description: Process an image immediately
target:
entity:
domain: image_processing

View File

@ -12,5 +12,11 @@
}
}
}
},
"services": {
"scan": {
"name": "Scan",
"description": "Processes an image immediately."
}
}
}