docs(readme): add Translations section listing the Turkish adaptation#159
docs(readme): add Translations section listing the Turkish adaptation#159fatihguner wants to merge 1 commit into
Conversation
FORKING.md's "For Other Languages" section asks language-variant forks to "Submit a PR to link your fork from the main README". This adds a Translations section between Contributing and Sponsor the work and lists the first community translation: - 🇹🇷 Turkish: https://github.com/komunite/ai-engineering maintained by Komünite (https://komunite.com.tr) live site: https://ai-muhendisligi.komunite.com.tr The Turkish adaptation tracks this upstream as canonical and ships every lesson translated. Future translations into other languages can append to the same section, keeping discoverability in one place. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
📝 WalkthroughWalkthroughThis PR adds a new "Translations" section to README.md that documents community-maintained language adaptations. The section includes a Turkish translation entry with its GitHub repository link, maintainer attribution, and corresponding site URL. ChangesTranslation Documentation
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 1051-1053: The decorative unlabeled fenced code block that
triggers markdownlint rule MD040 should be replaced with a non-fenced separator:
remove the triple-backtick fenced block containing the decorative line (the line
starting with the repeated "░░░▒▒▒..." pattern) and instead wrap that decorative
line between Markdown horizontal rules (e.g., --- above and --- below) so it is
not treated as a code fence.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| ``` | ||
| ░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒ | ||
| ``` |
There was a problem hiding this comment.
Replace unlabeled fenced block to satisfy markdownlint.
At Line 1051, the decorative fence triggers MD040 (missing fenced-code language). Use a non-fenced separator instead.
Suggested fix
-```
-░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒
-```
+---
+░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒
+---📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ``` | |
| ░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒ | |
| ``` | |
| --- | |
| ░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒░░░▒▒▒ | |
| --- |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 1051-1051: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` around lines 1051 - 1053, The decorative unlabeled fenced code
block that triggers markdownlint rule MD040 should be replaced with a non-fenced
separator: remove the triple-backtick fenced block containing the decorative
line (the line starting with the repeated "░░░▒▒▒..." pattern) and instead wrap
that decorative line between Markdown horizontal rules (e.g., --- above and ---
below) so it is not treated as a code fence.
Summary
Per
FORKING.md→ For Other Languages (step 4 — "Submit a PR to link your fork from the main README"), this PR adds a## Translationssection between Contributing and Sponsor the work and lists the first community translation:The Turkish adaptation:
.tr.md/.tr.jsonsiblings + Turkish-canonical site/build)ai-muhendisligi.komunite.com.trwith proper SEO (per-lesson OG, JSON-LDCourse/LearningResource/BreadcrumbList,llms.txt, sitemap, etc.)The new section also includes a one-line invitation for future translation maintainers to PR themselves in, so this stays self-extending.
Test plan
##) matches the surrounding heading depth🤖 Generated with Claude Code