Significant-Gravitas/AutoGPT

Add Support for Internationalization to AutoGPT

Open

#7.206 geöffnet am 10. Juni 2024

Auf GitHub ansehen
 (10 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (46.237 Forks)batch import
fridgegood first issuehelp wantedinternationalization

Repository-Metriken

Stars
 (184.310 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T 15h) (100 gemergte PRs in 30 T)

Beschreibung

Duplicates

  • I have searched the existing issues

Summary 💡

AutoGPT (+ Server, Benchmark) needs to support other languages. Various tools, such as Python's gettext and Babel (no, not that one), can do some of the heavy lifting here.

We must also check that these languages render correctly across the web, API, frontend, CLI, and reports.

Whoever would like to solve this should first come up with a proposal to solve it to be reviewed before making a PR

Examples 🌈

No response

Motivation 🔦

We should support the Internationalization of AutoGPT. Our community clearly needs the tools in other languages.

Contributor Guide