langinfo.hanson 835 B

123456789101112131415161718192021222324
  1. {
  2. language: '한국어',
  3. langCode: 'ko',
  4. defaultExampleCaption: "새 탭에서 보기",
  5. title: 'Three.js 튜토리얼',
  6. description: 'Three.js 입문자를 위한 튜토리얼',
  7. link: 'http://threejsfundamentals.org/',
  8. commentSectionHeader: `
  9. <div>
  10. <a href="http://github.com/greggman/threefundamentals/issues">Github</a>
  11. </div>
  12. `,
  13. missing: "아직 번역을 완료하지 못한 문서입니다. [한국어 번역에 동참](https://github.com/gfxfundamentals/threejsfundamentals)해주세요! 😄\n\n[영문으로 볼래요]({{{origLink}}}).",
  14. toc: '목차',
  15. categoryMapping: {
  16. 'basics': 'Three.js란?',
  17. 'solutions': '활용하기',
  18. 'webvr': '웹VR',
  19. 'optimization': '최적화하기',
  20. 'tips': '팁',
  21. 'fundamentals': '기본 구조',
  22. 'reference': '레퍼런스',
  23. },
  24. }