xnx3/translate

AI i18n, Two lines of js realize automatic html translation. No need to change the page, no language configuration file, no API key, SEO friendly!

View on GitHub ↗Jump to charts ↓Open shareable report →

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 45 minutes ago
Added to GitGenius on September 22nd, 2026
Created on January 17th, 2023
Open Issues & Pull Requests: 47 (+0)
GitHub issues: Enabled
Number of forks: 481
Total Stargazers: 3,085 (+0)
Total Subscribers: 249 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.8 hours
Mean response time: 5.0 days
90th percentile: 20.7 hours
Tracked items: 36

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 31
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 475 days
Stale 30+ days: 29
Stale 90+ days: 28

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

translate is a JavaScript library that automatically translates HTML content without requiring configuration files or API keys.

The tool solves the problem of adding multilingual support to websites by injecting translation directly into the DOM at runtime. It works by detecting the user's language preference and translating page content on the fly using AI-powered translation. The approach requires minimal integration—developers add just two lines of JavaScript to their existing pages—and makes no demands on the underlying HTML structure or build process.

The tool suits developers who want to add internationalization to static or dynamic sites without refactoring code or managing translation workflows. It is particularly valuable for projects where adding language configuration files or obtaining API credentials would create friction. The automatic, SEO-friendly approach means translated content is available to search engines without special handling. Anyone considering adoption should note that the tool handles translation entirely through client-side JavaScript injection, which means translation happens in the browser rather than at build time.

The project shows active maintenance with regular commits addressing bugs and adding features. Development includes responsiveness to user-reported issues and incorporation of community feedback into updates. The codebase receives ongoing refinement to improve translation accuracy and expand language support coverage.