Skip to content

Commit f31db7c

Browse files
authored
Merge pull request #30 from ozzgurr/fix/turkish-locale-docs
docs: add Turkish locale to Resource Library and repository structure
2 parents 66003ac + ec963de commit f31db7c

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ npm run test:watch # Vitest watch mode
3030
## Repository Structure
3131

3232
- `docs/` — VitePress documentation site (lectures, projects, resources)
33-
- `docs/.vitepress/config.mts` — Nav/sidebar config for both EN and ZH locales
33+
- `docs/.vitepress/config.mts` — Nav/sidebar config for all 13 locales (en, zh, zh-TW, ja, ko, es, fr, ru, de, ar, vi, uz, tr)
3434
- `docs/lectures/` — 12 lectures, each with `index.md` + `code/` examples
3535
- `docs/projects/` — 6 project descriptions
3636
- `docs/<lang>/resources/` — localized templates, references, OpenAI advanced pack

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ Each phase takes about a week if you're going part-time. If you want to go faste
387387
- [العربية](https://walkinglabs.github.io/learn-harness-engineering/ar/resources/) — قوالب، قوائم تحقق ومراجع
388388
- [Tiếng Việt](https://walkinglabs.github.io/learn-harness-engineering/vi/resources/) — mẫu, danh sách kiểm tra và tài liệu tham khảo
389389
- [Oʻzbekcha](https://walkinglabs.github.io/learn-harness-engineering/uz/resources/) — andozalar, tekshiruv roʻyxatlari va maʼlumotnomalar
390+
- [Türkçe](https://walkinglabs.github.io/learn-harness-engineering/tr/resources/) — şablonlar, kontrol listeleri ve başvurular
390391

391392
---
392393

@@ -530,16 +531,13 @@ learn-harness-engineering/
530531
├── docs/ # VitePress documentation site
531532
│ ├── lectures/ # 12 lectures (index.md + code/ examples)
532533
│ │ ├── lecture-01-*/
533-
│ │ ├── lecture-02-*/
534534
│ │ └── ... (12 total)
535535
│ ├── projects/ # 6 project descriptions
536536
│ │ ├── project-01-*/
537537
│ │ └── ... (6 total)
538-
│ └── resources/ # Multilingual templates & references
539-
│ ├── en/ # English templates, checklists, guides
540-
│ ├── zh/ # Chinese templates, checklists, guides
541-
│ ├── ru/ # Russian templates, checklists, guides
542-
│ └── vi/ # Vietnamese templates, checklists, guides
538+
│ └── resources/ # Multilingual templates & references (13 languages)
539+
│ ├── en/
540+
│ └── ... (13 total)
543541
├── projects/
544542
│ ├── shared/ # Shared Electron + TypeScript + React foundation
545543
│ └── project-NN/ # Per-project starter/ and solution/ directories

0 commit comments

Comments
 (0)