langinfo.hanson 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>?
  11. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>?
  12. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>?
  13. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?
  14. </div>
  15. <div class="lesson-comment-notes">
  16. Use <b>&lt;pre&gt;&lt;code&gt;</b>code goes here<b>&lt;/code&gt;&lt;/pre&gt;</b> for code blocks
  17. </div>
  18. `,
  19. missing: `
  20. Sorry this article has not been translated yet.
  21. [Translations Welcome](https://github.com/gfxfundamentals/threejsfundamentals)! 😄
  22. [Here's the original English article for now]({{{origLink}}}).
  23. `,
  24. 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>',
  25. translations: {
  26. badTranslation: 'Sorry, the translation of this area is out of date. <a href="{{link}}">Please consider helping to fix it</a>.',
  27. updateNeeded: 'The translation of this article is out of date. <a href="{{link}}">Please consider helping to fix it</a>.',
  28. },
  29. toc: 'Table of Contents',
  30. categoryMapping: {
  31. 'basics': 'Basics',
  32. 'solutions': 'Solutions',
  33. 'webvr': 'WebVR',
  34. 'optimization': 'Optimization',
  35. 'tips': 'Tips',
  36. 'fundamentals': 'Fundamentals',
  37. 'reference': 'Reference',
  38. },
  39. }