langinfo.hanson 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. toc: 'Table of Contents',
  26. categoryMapping: {
  27. 'basics': 'Basics',
  28. 'solutions': 'Solutions',
  29. 'webvr': 'WebVR',
  30. 'optimization': 'Optimization',
  31. 'tips': 'Tips',
  32. 'fundamentals': 'Fundamentals',
  33. 'reference': 'Reference',
  34. },
  35. }