feat(libretranslate): add translate text action
This commit is contained in:
@@ -248,6 +248,7 @@ export default defineConfig({
|
||||
collapsible: true,
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Actions', link: '/apps/libretranslate/actions' },
|
||||
{ text: 'Connection', link: '/apps/libretranslate/connection' },
|
||||
],
|
||||
},
|
||||
|
12
packages/docs/pages/apps/libretranslate/actions.md
Normal file
12
packages/docs/pages/apps/libretranslate/actions.md
Normal 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 />
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user