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,3 @@
import translateText from './translate-text/index.js';
export default [translateText];