Skip to content

Commit 03be54c

Browse files
Init Turkish tr Translation with Required Files (#211)
* Init Turkish `tr` Translation with Required File
1 parent f267482 commit 03be54c

File tree

3 files changed

+63
-0
lines changed

3 files changed

+63
-0
lines changed

webgpu/lessons/tr/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Title: WebGPU'nun Temelleri
2+
3+
WebGPU'yu öğrenmeye yardım için bir makaleler kümesi
4+
5+
{{{include "webgpu/lessons/tr/toc.html"}}}
6+
7+
<!--
8+
9+
{{{table_of_contents}}}
10+
11+
-->
12+
13+

webgpu/lessons/tr/langinfo.hanson

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
language: 'Türkçe',
3+
langCode: 'tr',
4+
defaultExampleCaption: "ayrı bir pencerede açmak için buraya tıklayın",
5+
title: "WebGPU'nun Temelleri",
6+
description: "WebGPU'yu öğrenin",
7+
link: 'https://webgpufundamentals.org/webgpu/lessons/tr',
8+
commentSectionHeader: `
9+
<div>Sorular? <a href="http://stackoverflow.com/questions/tagged/webgpu">Stack Overflow'da sorun</a>.</div>
10+
<div>
11+
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Öneri</a>?
12+
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=&template=request.md&title=">İstek</a>?
13+
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Sorun</a>?
14+
<a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Hata</a>?
15+
</div>
16+
`,
17+
missing: `
18+
Üzgünüz, bu makale halihazırda Türkçeye çevrilmemiş.
19+
20+
[Çevirilere katkıda bulunmak ister misiniz?](https://github.com/webgpu/webgpufundamentals)! 😄
21+
22+
[Burada İngilizcesi var]({{{origLink}}}).
23+
`,
24+
contribTemplate: '<a href="${html_url}"><img src="${avatar_url}">${login}</a>,<br><a href="https://github.com/${owner}/${repo}/commits?author=${login}">${contributions} katkıların</a> için sağ ol.',
25+
toc: 'İçindekiler',
26+
categoryMapping: {
27+
'basics': 'Temel Bilgiler',
28+
'misc': 'Diğer Başlıklar',
29+
'textures': 'Dokular',
30+
'techniques': 'Teknikler',
31+
'3d': '3B',
32+
'2d': '2B',
33+
'reference': 'Referans',
34+
'3d-math': '3B Matematik',
35+
'lighting': 'Işıklandırma',
36+
'compute-shaders': 'Hesap Gölgelendiricileri',
37+
},
38+
}
39+
40+

webgpu/lessons/tr/toc.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{{{tocHtml}}}
2+
<ul>
3+
<li><a href="https://github.com/webgpu/webgpufundamentals">github</a></li>
4+
<li><a href="https://google.github.io/tour-of-wgsl/">Tour of WGSL</a></li>
5+
<li><a href="https://gpuweb.github.io/types/">WebGPU API Reference</a></li>
6+
<li><a href="https://www.w3.org/TR/webgpu/">WebGPU Spec</a></li>
7+
<li><a href="https://www.w3.org/TR/WGSL/">WGSL Spec</a></li>
8+
<li><a href="https://webgpureport.org">WebGPUReport.org</a></li>
9+
<li><a href="https://web3dsurvey.com/webgpu">Web3DSurvey.com</a></li>
10+
</ul>

0 commit comments

Comments
 (0)