From fec90d9bccc6e4217472eb2805065304d83b1740 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 30 May 2024 18:03:36 +0200 Subject: [PATCH] feat(icons, services): Add LibreTranslate service and icon Added LibreTranslate to the list of services in `services.json`, including its description, status, and links. A corresponding translate icon has been introduced in the assets to visually represent this new service. This expansion aligns with our aim to offer a broader suite of self-hosted applications, enhancing our platform's utility and user experience by integrating versatile language translation capabilities. --- assets/dist/icons/translate.svg | 1 + data/services.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 assets/dist/icons/translate.svg diff --git a/assets/dist/icons/translate.svg b/assets/dist/icons/translate.svg new file mode 100644 index 0000000..5c06a12 --- /dev/null +++ b/assets/dist/icons/translate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index 2e4dc7d..4aa97a2 100644 --- a/data/services.json +++ b/data/services.json @@ -212,6 +212,22 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "LibreTranslate", + "url": "https://translate.private.coffee", + "short_description": "LibreTranslate is a self-hosted translation service powered by Argos Translate.", + "long_description": "LibreTranslate is a self-hosted translation service powered by Argos Translate. It allows you to translate text between many languages.", + "status": "OK", + "links": [ + { + "name": "Go to LibreTranslate", + "url": "https://translate.private.coffee" + } + ], + "icon": "translate", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "NocoDB", "url": "https://nocodb.private.coffee",