mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
Merge pull request #6523 from nextcloud/enh/noid/remove-translate
libretranslate: add `(deprecated)` to its display name
This commit is contained in:
commit
01f13cc01a
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
"aio_services_v1": [
|
"aio_services_v1": [
|
||||||
{
|
{
|
||||||
"container_name": "nextcloud-aio-libretranslate",
|
"container_name": "nextcloud-aio-libretranslate",
|
||||||
"display_name": "LibreTranslate",
|
"display_name": "LibreTranslate (deprecated)",
|
||||||
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/libretranslate",
|
"documentation": "https://github.com/nextcloud/all-in-one/tree/main/community-containers/libretranslate",
|
||||||
"image": "ghcr.io/szaimen/aio-libretranslate",
|
"image": "ghcr.io/szaimen/aio-libretranslate",
|
||||||
"image_tag": "v1",
|
"image_tag": "v1",
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@
|
||||||
},
|
},
|
||||||
"display_name": {
|
"display_name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"pattern": "^[A-Za-z 0-9-]+$"
|
"pattern": "^[()A-Za-z 0-9-]+$"
|
||||||
},
|
},
|
||||||
"environment": {
|
"environment": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue