3d basics tutorial
Changes: In the process of adding a "Getting Started in 3d" tutorial to the learn page. This tutorial would introduce new coders to basic 3d terminology and concepts, walking through setup, transformations, lighting and materials.
(This draft pull request is so @kjhollen can provide some feedback for my GSOC project.)
@kjhollen @limzykenneth I just added i18n tags for the custom geometry tutorial, am I going about this correctly? There are code comments that will need tags as well, but just wanting to confirm before continuing.
Should be near completion! @limzykenneth I had one question, I have created the tags for the tutorials in the en.yml file for i18n, should I copy those tags over as placeholders to the other language files?
@aceslowman That may not be necessary. If you can run npm test to completion it should be fine.
@aceslowman That may not be necessary. If you can run
npm testto completion it should be fine.
Just tested, npm test ran without issues, but the Learn page shows empty entries on all but the en site.
and within the pages there are only empty elements.
In that case I think you would need to copy over the placeholder entries to the other languages (ie. untranslated entries).
Thanks @limzykenneth! @aceslowman once you add in the translation placeholders for the other pages, let's upgrade this "draft" to a full PR so we can get it merged!
@kjhollen Done! Just added tags to each translation file.