langinfo.hanson 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. language: 'English',
  3. langCode: 'en', // if not specified will use folder
  4. defaultExampleCaption: "click here to open in a separate window",
  5. title: 'three.js fundamentals',
  6. description: 'Learn Three.js',
  7. link: 'http://threejsfundamentals.org/',
  8. commentSectionHeader: `
  9. <div>Questions? <a href="http://stackoverflow.com/questions/tagged/three.js">Ask on stackoverflow</a>.</div>
  10. <div>
  11. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>?
  12. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>?
  13. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>?
  14. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?
  15. </div>
  16. <div class="lesson-comment-notes">
  17. Use <b>&lt;pre&gt;&lt;code&gt;</b>code goes here<b>&lt;/code&gt;&lt;/pre&gt;</b> for code blocks
  18. </div>
  19. `,
  20. missing: `
  21. Sorry this article has not been translated yet.
  22. [Translations Welcome](https://github.com/gfxfundamentals/threejsfundamentals)! 😄
  23. [Here's the original English article for now]({{{origLink}}}).
  24. `,
  25. 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>',
  26. toc: 'Table of Contents',
  27. categoryMapping: {
  28. 'basics': 'Basics',
  29. 'solutions': 'Solutions',
  30. 'webvr': 'WebVR',
  31. 'optimization': 'Optimization',
  32. 'tips': 'Tips',
  33. 'fundamentals': 'Fundamentals',
  34. 'reference': 'Reference',
  35. },
  36. }