-
-
Notifications
You must be signed in to change notification settings - Fork 476
re-re updates on Teach page #948
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Grunt task that clone the p5.js repo, generate the data.json, move it in the p5.js-website repo, and finally generate the en.json.
Workflows that updates both the data.json file and the en.json everytime a new p5.js release gets published.
Grunt task that clone the p5.js repo, generate the data.json, move it in the p5.js-website repo, and finally generate the en.json.
Workflows that updates both the data.json file and the en.json everytime a new p5.js release gets published.
…nomiya/p5.js-website into automated-reference-update
Add missing keys from the English file to the translation files. Add empty paragraphs to already translated description elements. This is necessary so that the translated file's structure perfectly matches the one from the English version: even though the already translated description elements are all stored in a single paragraph, the overall number of paragraph will be the same across translations.
fixParagraphStructure added empty paragraphs to already translated description elements, in order to have the same number of paragraphs both in the English version and in the translated ones.
This reverts commit cfd9537.
Fix class structure
Add classes translated in Spanish by @montoyamoraga Co-Authored-By: aarón montoya-moraga <montoyamoraga@gmail.com>
… using extends keyword
Fixed imagemin compression
…to Fixes-Issue_#921
add github actions CI
Corrected code for Inheritance which was not implementing inheritance using extends keyword
…rogramming-to-books adds Aesthetic programming to books without translations
removed the broken link
…an-translation fix korean translation of bezier method reference
It seems the |
oh i see, i hadn' noticed that, this is for merging @yinhwa's teach branch to this repo's teach branch, ok i agree with @limzykenneth, i merged it :) |
Hi @limzykenneth and @montoyamoraga thank you all for checking in!🥳 Thought would be easier to work on main branch directly since the teach branch hasnt been updated for so long 😅 but then i thought i should keep the teach branch stay updated as it seems to remain in the tree for some reason maybe🤔? And I think and hope that merging into main wont be too problematic. All I did for this commit was to pull the updates from main branch into teach branch and made some changes on the teach-relevant files :) anyhow much thanks to all your efforts and time 🙏🙏 |
@yinhwa Content you are ready to show on the live website should be merged into |
@limzykenneth Cool 😁😁 thank you as always for the kind guideline! I'm just gonna review the contents, and will let you know when I think is ready to merge! |
Changes:
src > templates > pages > teach.hbs
& korean translation inko.yml
when applicablei18n-tracking.yml
and src > data >en.yml
,es.yml
,zh-Hans.yml
,ko.yml
files,main.css
for a better readability of teaching resources list@limzykenneth @montoyamoraga thank you again for your time and responses, and hope it works better this way! 😁😁