Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
xnx3
/
translate
Public
Notifications
You must be signed in to change notification settings
Fork
481
Star
3.1k
Code
Issues
44
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Releases
v3.11.0
v3.11.0
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
xnx3
released this
06 Dec 09:04
·
1101 commits
to master since this release
v3.11.0
f98b364
translate.js 全面优化自定义术语的适配,不再将自定义术语的值也一并给机器翻译,而是分离出来单独进行。
translate.js 自定义术语针对中文转英文、法语等需要有空格进行分割单词的语种时,会自动在前、后进行识别并加入空格进行分离单词。
translate.js 自定义术语针对同一个元素中命中多个自定义术语的情况,进行自动拆分分别翻译,不至于出现翻译错乱。
translate.js 自定义术语针对翻译前字符跟翻译后字符有包含情况时,比如 自定义术语的是 “你好”,目标为“你好呀” 不至于出现重复匹配的情况。
translate.js 自定义术语针对同一个元素的文本出现多个自定义翻译词的情况时会全部都能精准匹配。
translate.js 全面去掉 querySelectorAll 的使用,采用 childNodes 使之更好的对各种形态及各种运行环境兼容
translate.user 增加自定义设置源站编码
translate.user 增加自定义设置可切换的语言
Translate.user 优化翻译后,如果页面中有决定对位且在最底部的元素,会整体向上移动不至于被遮挡
translate.user 增加对 sitemap.xml sitemap.txt 的自动替换支持
translate.api 增加再响应头中增加 servernode、version 的返回,避免请求出现异常相应时,可以通过响应头来定位异常节点
translate.user 优化翻译结果的缓存采用文件式缓存
translate.user 增加回源请求的方式配置,可用有 Java请求、CURL请求、以及真实请求
Translate.api 稳定性优化,优化性能自检及环境异常自动触发脱离集群进行自动优化重启的能力。
Translate.api 增加异步数据拦截篡改能力
You can’t perform that action at this time.