feat(libretranslate): add translate text action

This commit is contained in:
Rıdvan Akca
2024-06-03 12:03:38 +02:00
parent e6540b5b7e
commit 9d449a2a39
8 changed files with 135 additions and 0 deletions

View File

@@ -248,6 +248,7 @@ export default defineConfig({
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/libretranslate/actions' },
{ text: 'Connection', link: '/apps/libretranslate/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/libretranslate.svg
items:
- name: Translate text
desc: Translate a text.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -25,6 +25,7 @@ The following integrations are currently supported by Automatisch.
- [HTTP Request](/apps/http-request/actions)
- [HubSpot](/apps/hubspot/actions)
- [Invoice Ninja](/apps/invoice-ninja/triggers)
- [LibreTranslate](/apps/libretranslate/actions)
- [Mattermost](/apps/mattermost/actions)
- [Miro](/apps/miro/actions)
- [Notion](/apps/notion/triggers)