Modules@robinpath/translate
@robinpath/translate
0.1.0PublicTranslate module for RobinPath.
@robinpath/translate
Translate module for RobinPath.
Why use this module?
The translate module lets you:
- translateText
- translateBatch
- detectLanguage
- listLanguages
- getSupportedLanguagePairs
All functions are callable directly from RobinPath scripts with a simple, consistent API.
Installation
npm install @robinpath/translate
Quick Start
No credentials needed — start using it right away:
translate.translateBatch
Available Functions
| Function | Description |
|---|---|
translate.translateText | translateText |
translate.translateBatch | translateBatch |
translate.detectLanguage | detectLanguage |
translate.listLanguages | listLanguages |
translate.getSupportedLanguagePairs | getSupportedLanguagePairs |
translate.translateHtml | translateHtml |
translate.suggestTranslation | suggestTranslation |
translate.getTranslationMemory | getTranslationMemory |
translate.autoTranslate | autoTranslate |
translate.setProvider | setProvider |
Examples
translateBatch
translate.translateBatch
detectLanguage
translate.detectLanguage
listLanguages
translate.listLanguages
Integration with RobinPath
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/translate";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
translate.translateBatch
`);
Full API Reference
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
Related Modules
@robinpath/openai— OpenAI module for complementary functionality@robinpath/anthropic— Anthropic module for complementary functionality@robinpath/ai— AI module for complementary functionality@robinpath/deepl— DeepL module for complementary functionality@robinpath/json— JSON module for complementary functionality
License
MIT
Versions (1)
| Version | Tag | Published |
|---|---|---|
| 0.1.0 | latest | yesterday |
Related Modules
ai
0
@robinpath/agent
v0.1.1robinpath
AI agent integration (Claude Code, OpenAI Codex) for RobinPath pipelines
0 downloads
...
ai
0
@robinpath/ai
v0.1.1robinpath
LLM integration for OpenAI, Anthropic, and compatible APIs
0 downloads
...
ai
0
@robinpath/anthropic
v0.1.1robinpath
Anthropic module for RobinPath.
0 downloads
...
ai
0
@robinpath/deepl
v0.1.0robinpath
DeepL module for RobinPath.
0 downloads
...
Install
$ robinpath install @robinpath/translate Version0.1.0
LicenseMIT
Unpacked Size3.6 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

