Add Turkish (docs-tr) locale - #712
Open
SafraNako wants to merge 1 commit into
Open
Conversation
dev-website-docs altına docs-en/docs-cn/docs-kr/docs-jp ile ayni yapida bir docs-tr dizini ekliyor: ana sayfa, coverpage, sidebar ve gercek bir icerik sayfasi (SmartX akilli sozlesme hata ayiklama rehberi, docs-en/QuickGuide'dan cevrildi). docs-jp gibi bu da kismi bir cevirinin baslangici; kapsam zamanla buyuyecek. Her locale'in kendi _navbar.md'sine ve kok _navbar.md'ye Turkce secenegi eklendi, boylece dil menusu her yerde tutarli. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a Turkish (
docs-tr) locale underdev-website-docs/, matching thestructure of the existing
docs-en/docs-cn/docs-kr/docs-jpdirectories:
README.md— translated homepage_coverpage.md— translated docsify cover page_sidebar.md— sidebar with the first translated guideQuickGuide/01-akilli-sozlesme-hata-ayiklama.md— full translation ofdocs-en/QuickGuide/01-debug-a-Smart-Contract.md(SmartX debugging guide)Like
docs-jp, this is a partial locale to start — a working page rather thanan empty scaffold. I'm happy to keep translating more of
docs-enin follow-upPRs if this structure is acceptable.
Also adds a
- [:tr: Türkçe](/docs-tr/)entry to the language switcher in theroot
_navbar.mdand in each existing locale's own_navbar.md(
docs-en,docs-cn,docs-kr,docs-jp), so the new locale is reachablefrom every language, consistent with how the existing four are cross-linked.
Why
There was no Turkish locale yet, despite the site already supporting four
languages via docsify's
_navbar.mdswitcher.Testing
Docsify serves these as static markdown with client-side routing; I verified
the file structure and links mirror
docs-jpexactly and previewed therendered markdown locally. No build step or existing test suite is affected.