langinfo.hanson 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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>
  10. <a href="https://github.com/gfxfundamentals/threejsfundamentals/discussions">Question</a>?
  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. translations: {
  27. badTranslation: 'Sorry, the translation of this area is out of date. <a href="{{link}}">Please consider helping to fix it</a>.',
  28. updateNeeded: 'The translation of this article is out of date. <a href="{{link}}">Please consider helping to fix it</a>.',
  29. },
  30. toc: 'Table of Contents',
  31. categoryMapping: {
  32. 'basics': 'Basics',
  33. 'solutions': 'Solutions',
  34. 'webvr': 'WebVR',
  35. 'optimization': 'Optimization',
  36. 'tips': 'Tips',
  37. 'fundamentals': 'Fundamentals',
  38. 'reference': 'Reference',
  39. },
  40. }