File tree 3 files changed +22
-22
lines changed
3 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 6
6
description: '처음부터 배우는 WebGL',
7
7
link: 'https://webglfundamentals.org/webgl/lessons/ko/',
8
8
commentSectionHeader: `
9
- <div>이슈/버그는? <a href="https://github.com/gfxfundamentals/webgl-fundamentals/issues">Github</a>에 이슈를 만들어주세요.</div>
10
- <div class="lesson-comment-notes">
11
- 코드 블록은 <b><pre><code></b>여기에 코드 입력<b></code></pre></b>를 사용해주세요
12
- </div>
9
+ <div>이슈/버그는? <a href="https://github.com/gfxfundamentals/webgl-fundamentals/issues">Github</a>에 이슈를 만들어주세요.</div>
10
+ <div class="lesson-comment-notes">
11
+ 코드 블록은 <b><pre><code></b>여기에 코드 입력<b></code></pre></b>를 사용해주세요
12
+ </div>
13
13
`,
14
14
missing: "죄송하지만 이 글은 아직 번역 전입니다.\n\n[번역](https://github.com/gfxfundamentals/webgl-fundamentals) 환영합니다! 😄\n\n영어 원문은 [여기]({{{origLink}}})에 있습니다.",
15
15
toc: '목차',
Original file line number Diff line number Diff line change 6
6
description: 'Learn WebGL from the ground up. No magic',
7
7
link: 'https://webglfundamentals.org/',
8
8
commentSectionHeader: `
9
- <div>Questions? <a href="https://stackoverflow.com/questions/tagged/webgl">Ask on stackoverflow</a>.</div>
10
- <div>Issue/Bug? <a href="https://github.com/gfxfundamentals/webgl-fundamentals/issues">Create an issue on github</a>.</div>
11
- <div class="lesson-comment-notes">
12
- Use <b><pre><code></b>code goes here<b></code></pre></b> for code blocks
13
- </div>
9
+ <div>Questions? <a href="https://stackoverflow.com/questions/tagged/webgl">Ask on stackoverflow</a>.</div>
10
+ <div>Issue/Bug? <a href="https://github.com/gfxfundamentals/webgl-fundamentals/issues">Create an issue on github</a>.</div>
11
+ <div class="lesson-comment-notes">
12
+ Use <b><pre><code></b>code goes here<b></code></pre></b> for code blocks
13
+ </div>
14
14
`,
15
15
missing: `
16
- Sorry this article has not been translated yet.
17
-
18
- [Translations Welcome](https://github.com/gfxfundamentals/webgl-fundamentals)! 😄
19
-
20
- [Here's the original English article for now]({{{origLink}}}).
16
+ Sorry this article has not been translated yet.
17
+
18
+ [Translations Welcome](https://github.com/gfxfundamentals/webgl-fundamentals)! 😄
19
+
20
+ [Here's the original English article for now]({{{origLink}}}).
21
21
`,
22
22
contribTemplate: 'Thank you <a href="${html_url}"><img src="${avatar_url}"> ${login}</a><br>for <a href="https://github.com/${owner}/${repo}/commits?author=${login}">${contributions} contributions</a>',
23
23
toc: 'Table of Contents',
Original file line number Diff line number Diff line change 6
6
description: '从理论基础开始学习WebGL, 并不复杂哦~',
7
7
link: 'https://webglfundamentals.org/webgl/lessons/zh_cn',
8
8
commentSectionHeader: `
9
- <div>有疑问? <a href="https://stackoverflow.com/questions/tagged/webgl">在stackoverflow上提问</a>.</div>
10
- <div>Issue/Bug? <a href="https://github.com/gfxfundamentals/webgl-fundamentals/issues">在GitHub上提issue</a>.</div>
11
- <div class="lesson-comment-notes">
12
- 使用 <b><pre><code></b> 代码 <b></code></pre></b> 的格式编写代码块
13
- </div>
9
+ <div>有疑问? <a href="https://stackoverflow.com/questions/tagged/webgl">在stackoverflow上提问</a>.</div>
10
+ <div>Issue/Bug? <a href="https://github.com/gfxfundamentals/webgl-fundamentals/issues">在GitHub上提issue</a>.</div>
11
+ <div class="lesson-comment-notes">
12
+ 使用 <b><pre><code></b> 代码 <b></code></pre></b> 的格式编写代码块
13
+ </div>
14
14
`,
15
15
missing: `
16
- 本课程还没有简体中文版翻译哦 (~ ̄△ ̄)~\n\n
17
- [欢迎参加翻译](https://github.com/gfxfundamentals/webgl-fundamentals)! 😄
18
- [英文原版地址]({{{origLink}}})
16
+ 本课程还没有简体中文版翻译哦 (~ ̄△ ̄)~\n\n
17
+ [欢迎参加翻译](https://github.com/gfxfundamentals/webgl-fundamentals)! 😄
18
+ [英文原版地址]({{{origLink}}})
19
19
`,
20
20
contribTemplate: '感谢 <a href="${html_url}"><img src="${avatar_url}"> ${login}</a><br>的 <a href="https://github.com/${owner}/${repo}/commits?author=${login}">${contributions} 次贡献</a>',
21
21
toc: '目录',
You can’t perform that action at this time.
0 commit comments