Skip to content

Commit cec8f9e

Browse files
ericyangpanclaude
andcommitted
refactor: simplify i18n structure for breadcrumb translations
- Remove redundant comparison.breadcrumb translation keys - Add "comparison" key to common.navigation section to reduce duplication - Consolidate breadcrumb translations to use standardized navigation terms - Apply changes across all supported languages (en, de, zh-Hans) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0b1e8b1 commit cec8f9e

File tree

3 files changed

+6
-27
lines changed

3 files changed

+6
-27
lines changed

messages/de.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"extensions": "Erweiterungen",
77
"models": "Modelle",
88
"modelProviders": "Modellanbieter",
9-
"vendors": "Anbieter"
9+
"vendors": "Anbieter",
10+
"comparison": "Vergleich"
1011
},
1112
"community": {
1213
"github": "GitHub",
@@ -346,14 +347,6 @@
346347
}
347348
},
348349
"comparison": {
349-
"breadcrumb": {
350-
"aiCodingStack": "AI Coding Stack",
351-
"comparison": "Vergleich",
352-
"ides": "IDEs",
353-
"clis": "CLIs",
354-
"extensions": "Erweiterungen",
355-
"models": "Modelle"
356-
},
357350
"ides": {
358351
"title": "IDE-Vergleich",
359352
"subtitle": "Vergleichen Sie Funktionen, Preise und Spezifikationen von KI-gestützten IDEs nebeneinander.",

messages/en.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"extensions": "Extensions",
77
"models": "Models",
88
"modelProviders": "Model Providers",
9-
"vendors": "Vendors"
9+
"vendors": "Vendors",
10+
"comparison": "Comparison"
1011
},
1112
"community": {
1213
"github": "GitHub",
@@ -350,14 +351,6 @@
350351
},
351352

352353
"comparison": {
353-
"breadcrumb": {
354-
"aiCodingStack": "AI Coding Stack",
355-
"comparison": "Comparison",
356-
"ides": "IDEs",
357-
"clis": "CLIs",
358-
"extensions": "Extensions",
359-
"models": "Models"
360-
},
361354
"ides": {
362355
"title": "IDE Comparison",
363356
"subtitle": "Compare features, pricing, and specifications of AI-powered IDEs side by side.",

messages/zh-Hans.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"extensions": "扩展插件",
77
"models": "模型",
88
"modelProviders": "模型提供商",
9-
"vendors": "厂商"
9+
"vendors": "厂商",
10+
"comparison": "对比"
1011
},
1112
"community": {
1213
"github": "GitHub",
@@ -346,14 +347,6 @@
346347
}
347348
},
348349
"comparison": {
349-
"breadcrumb": {
350-
"aiCodingStack": "AI 编码技术栈",
351-
"comparison": "对比",
352-
"ides": "IDE",
353-
"clis": "命令行",
354-
"extensions": "扩展插件",
355-
"models": "模型"
356-
},
357350
"ides": {
358351
"title": "IDE 对比",
359352
"subtitle": "并排对比 AI 增强 IDE 的功能、定价和规格。",

0 commit comments

Comments
 (0)