smarttools/registry-seeds/official/translate
rob 1ac3054aaa Add Phase 8 features: analytics, reporting, health check
- Add pageviews table and /api/v1/analytics/pageview endpoint
- Abuse reporting API already existed at /api/v1/reports
- Add health_check.py script for monitoring
- ChatGPT additions: report modal UI, analytics tracking JS

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 22:49:58 -04:00
..
README.md Add Phase 8 features: analytics, reporting, health check 2025-12-31 22:49:58 -04:00
config.yaml Add Phase 8 features: analytics, reporting, health check 2025-12-31 22:49:58 -04:00

README.md

translate

Translate text between languages using AI.

Usage

translate --from auto --to en --tone neutral < input.txt

Arguments

  • --from: Source language (e.g., en, es, fr) or auto.
  • --to: Target language (e.g., en, es, fr).
  • --tone: Translation tone: neutral, formal, casual.

Examples

echo "Hola mundo" | translate --from es --to en --tone formal