.transloom.json
Created automatically bytransloom init in your project root.
Fields
| Field | Type | Description |
|---|---|---|
apiKey | string | Your Transloom API key |
languages | array | Languages to translate into — en is always the base |
framework | string | "nextjs" or "react" |
outputDir | string | Where locale JSON files are written |
namespace | boolean | Group keys by feature (auth.login) instead of flat (login) |
ignore | array | Folders to skip during file discovery |
Namespace Support
Whennamespace: true, keys are grouped by the feature/folder they come from.
Without namespace (default):
Demo Key
Want to try Transloom without signing up?apiKey to run up to 3 free scans.
Security
- ✅ Your source code never leaves your machine
- ✅ Only extracted text strings are sent to the server
- ✅ API key authenticated on every request
- ✅ All communication over HTTPS