langinfo.hanson 759 B

12345678910111213
  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: '<div>Questions? <a href="http://stackoverflow.com/questions/tagged/three.js">Ask on stackoverflow</a>.</div>\n <div>Issue/Bug? <a href="http://github.com/greggman/threejsfundamentals/issues">Create an issue on github</a>.</div>',
  9. missing: "Sorry this article has not been translated yet. [Translations Welcome](https://github.com/greggman/threejsfundamentals)! 😄\n\n[Here's the original English article for now]({{{origLink}}}).",
  10. toc: 'Table of Contents',
  11. }