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

@@ -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 />