Add Turkish (docs-tr) locale - #712
Open
SafraNako wants to merge 2 commits 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>
Yeni bir hızlı başlangıç sayfası: ortam hazırlığından (Go, make) kaynaktan derlemeye, yerel test zinciri (--testmode) çalıştırmaya, cüzdan ve ilk ONT ID oluşturmaya, oradan uçtan uca bir Verifiable Credential akışına (issuer/holder ONT ID, imza, zincire commit, beş bağımsız doğrulama) kadar götürüyor. Çalışan tam örnek olarak ont-researcher-credential deposuna bağlanıyor. _sidebar.md güncellendi. 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.
Adds a Turkish (
docs-tr) locale underdev-website-docs/, matching the structure of the existingdocs-en/docs-cn/docs-kr/docs-jpdirectories:README.md— translated homepage_coverpage.md— translated docsify cover page_sidebar.md,_navbar.md— locale navQuickGuide/01-akilli-sozlesme-hata-ayiklama.md— full translation ofdocs-en/QuickGuide/01-debug-a-Smart-Contract.md(SmartX debugging guide)QuickGuide/02-gelistirmeye-baslama.md— a new "Getting started building on Ontology" guide (env setup → build from source → local--testmodechain → wallet → first ONT ID → end-to-end Verifiable Credential flow), linking to a working reference project for the full codeLike
docs-jp, this starts as a partial locale — working pages rather than an empty scaffold. Happy to keep translating more ofdocs-enin follow-ups.Also adds a
- [:tr: Türkçe](/docs-tr/)entry to the language switcher in the root_navbar.mdand in each existing locale's own_navbar.md(docs-en,docs-cn,docs-kr,docs-jp), so the new locale is reachable from every language.Testing
Docsify serves these as static markdown with client-side routing; verified the file structure and links mirror
docs-jp, and previewed the rendered markdown locally. No build step or existing test suite is affected.🤖 Generated with Claude Code