13 lines
216 B
Markdown
13 lines
216 B
Markdown
---
|
|
favicon: /favicons/libretranslate.svg
|
|
items:
|
|
- name: Translate text
|
|
desc: Translate a text.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|