Skip to content

Commit 2ff3897

Browse files
ericyangpanclaude
andcommitted
fix: align zh-Hant translation structure with reference locale
- Fix pages/articles.json structure to match de - Fix pages/comparison.json structure to match de - Fix pages/home.json structure to match de - Add vendorDetail.community.blog.* keys to es, pt, ru, tr - Add modelProviderDetail.community.blog.* keys to fr, id, ja 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 86638da commit 2ff3897

File tree

11 files changed

+109
-623
lines changed

11 files changed

+109
-623
lines changed

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
"modalli",
195195
"modlu",
196196
"modu",
197+
"Modları",
197198
"odakli",
198199
"optimizasyon",
199200
"orkestrasyonu",

translations/es/pages/stacks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@
257257
"categoryLabel": "@:components.productHero.categories.VENDOR",
258258
"documentation": "@:components.productHero.documentation",
259259
"community": {
260+
"blog": {
261+
"description": "Leer publicaciones de blog",
262+
"title": "@:components.communityLinks.blog"
263+
},
260264
"discord": {
261265
"description": "Unirse a la comunidad",
262266
"title": "@:components.communityLinks.discord"

translations/fr/pages/stacks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
},
159159
"categoryLabel": "@:components.productHero.categories.PROVIDER",
160160
"community": {
161+
"blog": {
162+
"description": "Lire les articles de blog",
163+
"title": "@:components.communityLinks.blog"
164+
},
161165
"discord": {
162166
"description": "Rejoindre la communauté",
163167
"title": "@:components.communityLinks.discord"

translations/id/pages/stacks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
},
159159
"categoryLabel": "@:components.productHero.categories.PROVIDER",
160160
"community": {
161+
"blog": {
162+
"description": "Baca postingan blog",
163+
"title": "@:components.communityLinks.blog"
164+
},
161165
"discord": {
162166
"description": "Bergabung komunitas",
163167
"title": "@:components.communityLinks.discord"

translations/ja/pages/stacks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
},
159159
"categoryLabel": "@:components.productHero.categories.PROVIDER",
160160
"community": {
161+
"blog": {
162+
"description": "ブログ記事を読む",
163+
"title": "@:components.communityLinks.blog"
164+
},
161165
"discord": {
162166
"description": "コミュニティに参加",
163167
"title": "@:components.communityLinks.discord"

translations/pt/pages/stacks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@
257257
"categoryLabel": "@:components.productHero.categories.VENDOR",
258258
"documentation": "@:components.productHero.documentation",
259259
"community": {
260+
"blog": {
261+
"description": "Ler publicações de blog",
262+
"title": "@:components.communityLinks.blog"
263+
},
260264
"discord": {
261265
"description": "Junte-se à comunidade",
262266
"title": "@:components.communityLinks.discord"

translations/ru/pages/stacks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@
257257
"categoryLabel": "@:components.productHero.categories.VENDOR",
258258
"documentation": "@:components.productHero.documentation",
259259
"community": {
260+
"blog": {
261+
"description": "Читать посты в блоге",
262+
"title": "@:components.communityLinks.blog"
263+
},
260264
"discord": {
261265
"description": "Присоединиться к сообществу",
262266
"title": "@:components.communityLinks.discord"

translations/tr/pages/stacks.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,12 @@
257257
"categoryLabel": "@:components.productHero.categories.VENDOR",
258258
"documentation": "@:components.productHero.documentation",
259259
"community": {
260+
"blog": {
261+
"description": "Blog yazılarını oku",
262+
"title": "@:components.communityLinks.blog"
263+
},
260264
"discord": {
261-
"description": "Unirse a la comunidad",
265+
"description": "Topluluğa katıl",
262266
"title": "@:components.communityLinks.discord"
263267
},
264268
"github": {
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2-
"description": "來自產業領袖的 AI 編碼必讀文章",
3-
"title": "精選文章"
2+
"keywords": "AI 編碼文章, AI 開發教程, AI 編碼最佳實踐, LLM 編碼指南, AI IDE 指南",
3+
"subtitle": "AI 編碼深度見解:IDE、CLI 和 LLM 模型的教程、見解和最佳實踐。了解如何使用 AI 開發速度快 10 倍。",
4+
"title": "文章"
45
}

0 commit comments

Comments
 (0)