diff --git a/pages/src/i18n/en.ts b/pages/src/i18n/en.ts index 138871c..b265880 100644 --- a/pages/src/i18n/en.ts +++ b/pages/src/i18n/en.ts @@ -59,7 +59,7 @@ export const en: TranslationKeys = { 'features.feat5Title': 'Smart Memory Compression', 'features.feat5Desc': 'Purpose-built memory compression for code review with 3-tier partitioning (frozen/compress/active) context management, breaking token limits for deep review.', 'features.feat6Title': 'Built-in Review Rules', - 'features.feat6Desc': 'Review rules validated through massive real-world scenarios, covering 10+ languages including Java, TypeScript, Go, Python, Kotlin, C++, C, with specialized rules for NPE, thread safety, XSS, SQL injection, and more.', + 'features.feat6Desc': 'Review rules validated through massive real-world scenarios, covering 10+ languages including Java, TypeScript, Go, Python, Kotlin, Rust, C++, C, with specialized rules for NPE, thread safety, XSS, SQL injection, and more.', // Benchmark Section 'benchmark.sectionLabel': 'Open Benchmark', diff --git a/pages/src/i18n/zh.ts b/pages/src/i18n/zh.ts index eb550de..e110cc9 100644 --- a/pages/src/i18n/zh.ts +++ b/pages/src/i18n/zh.ts @@ -59,7 +59,7 @@ export const zh: TranslationKeys = { 'features.feat5Title': '智能记忆压缩', 'features.feat5Desc': '面向代码评审场景的智能记忆压缩,三层分区(frozen/compress/active)上下文管理,突破 token 限制,确保深度评审。', 'features.feat6Title': '内置评审规则', - 'features.feat6Desc': '经过线上海量真实场景验证迭代而来的评审规则,覆盖 Java、TypeScript、Go、Python、Kotlin、C++、C 等 10+ 语言,专项规则涵盖 NPE、线程安全、XSS、SQL 注入等常见风险类型。', + 'features.feat6Desc': '经过线上海量真实场景验证迭代而来的评审规则,覆盖 Java、TypeScript、Go、Python、Kotlin、Rust、C++、C 等 10+ 语言,专项规则涵盖 NPE、线程安全、XSS、SQL 注入等常见风险类型。', // Benchmark Section 'benchmark.sectionLabel': '开放基准测试',