File tree Expand file tree Collapse file tree 5 files changed +50
-6
lines changed Expand file tree Collapse file tree 5 files changed +50
-6
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Related Examples: Ejemplos Relacionados
3737Show Code : Mostrar el código
3838Donate to p5.js : Dona a p5.js
3939Download p5.js : Descarga p5.js
40+
4041briefPageDescriptions :
4142 Reference : Encuentra explicaciones sencillas para cada pieza de código de p5.js.
4243 Examples : Explora las posibilidades de p5.js con ejemplos cortos.
@@ -48,8 +49,10 @@ briefPageDescriptions:
4849 Libraries : Expande las posibilidades de p5.js con bibliotecas creadas por la comunidad.
4950 About : Aprende acerca de la misión, valores y personas detrás de p5.js.
5051 People : Conoce al equipo de p5.js.
52+
5153exampleCategories :
5254 Featured : Destacado
55+
5356referenceCategories :
5457 modules :
5558 Math : Matemáticas
@@ -76,3 +79,14 @@ referenceCategories:
7679 Loading & Displaying : Cargando y Mostrando
7780 Noise : Ruido
7881 Random : Aleatorio
82+
83+ tutorialCategories :
84+ introduction : " Introducción a p5.js"
85+ drawing : " Dibujo"
86+ web-design : " Diseño web"
87+ accessibility : " Accesibilidad"
88+ criticalAI : " IA crítica"
89+ webgl : " WebGL"
90+ advanced : " Temas avanzados"
91+ education-resources : " Recursos educativos"
92+
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Related Examples: संबंधित उदाहरण
3737Show Code : कोड दिखाएं
3838Donate to p5.js : p5.js को दान करें
3939Download p5.js : p5.js डाउनलोड करें
40+
4041briefPageDescriptions :
4142 Reference : p5.js कोड के प्रत्येक भाग के लिए आसान व्याख्या ढूंढें।
4243 Examples : p5.js की संभावनाओं का पता लगाएं छोटे उदाहरणों के साथ।
@@ -48,6 +49,10 @@ briefPageDescriptions:
4849 Libraries : p5.js की संभावनाओं का विस्तार करें समुदाय द्वारा बनाई गई लाइब्रेरीज़ के साथ।
4950 About : p5.js के पीछे मिशन, मूल्यों और लोगों के बारे में जानें।
5051 People : p5.js टीम को जानें।
52+
53+ exampleCategories :
54+ Featured : प्रमुख
55+
5156referenceCategories :
5257 modules :
5358 Typography : टाइपोग्राफी
@@ -64,7 +69,7 @@ referenceCategories:
6469 Trigonometry : त्रिकोणमिति
6570 Creating & Reading : बनाना और पढ़ना
6671 2D Primitives : 2D आदिम
67- Setting : स्थिरांक
72+ Setting : सेटिंग
6873 DOM : डोम
6974 Constants : स्थिरांक
7075 Pixels : पिक्सल
@@ -74,3 +79,15 @@ referenceCategories:
7479 Attributes : गुण
7580 Noise : नॉइज़
7681 Random : यादृच्छिक
82+
83+
84+ tutorialCategories :
85+ introduction : " p5.js का परिचय"
86+ drawing : " चित्रण"
87+ web-design : " वेब डिज़ाइन"
88+ accessibility : " अभिगम्यता"
89+ criticalAI : " क्रिटिकल AI"
90+ webgl : " वेबजीएल"
91+ advanced : " उन्नत विषय"
92+ education-resources : " शैक्षिक संसाधन"
93+
Original file line number Diff line number Diff line change @@ -70,3 +70,15 @@ referenceCategories:
7070 Loading & Displaying : 불러오기 & 보이기
7171 Noise : 노이즈
7272 Random : 랜덤
73+
74+
75+ tutorialCategories :
76+ introduction : " p5.js 소개"
77+ drawing : " 드로잉"
78+ web-design : " 웹 디자인"
79+ accessibility : " 접근성"
80+ criticalAI : " 비판적 AI"
81+ webgl : " 웹지엘"
82+ advanced : " 고급 주제"
83+ education-resources : " 교육 자료"
84+
Original file line number Diff line number Diff line change @@ -97,10 +97,11 @@ tutorialCategories:
9797 drawing : " 绘图"
9898 " web-design " : " 网页设计"
9999 accessibility : " 无障碍"
100+ criticalAI : " 批判性人工智能"
100101 webgl : " WebGL"
101- " advanced " : " 高级主题"
102+ advanced : " 高级主题"
103+ education-resources : " 教育资源"
102104tutorialsPage :
103- education-resources : 教育资源
104105 education-resources-snippet : " 每个教学经验都有其独特的目标、信息、条件和环境。通过记录和分享 p5.js 教育资源,如工作坊和课程,我们旨在更好地连接全球的 p5.js 学习者和教育者社区。"
105106 view-education-resources : 查看教育资源
106107exampleCategories :
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const pageJumpToLinks = categories
3535 .concat ([
3636 {
3737 url: " #education-resources" ,
38- label: t (" tutorialsPage " , " education-resources" ),
38+ label: t (" tutorialCategories " , " education-resources" ), // ✅ changed from tutorialsPage
3939 },
4040 ]);
4141
@@ -63,10 +63,10 @@ setJumpToState({
6363 </section >
6464 ))
6565 }
66+
6667 <section >
6768 <h2 class =" mb-gutter-md mt-0" >
68- { t (" tutorialsPage" , " education-resources" )} <a id =" education-resources"
69- ></a >
69+ { t (" tutorialCategories" , " education-resources" )} <a id =" education-resources" ></a > <!-- ✅ changed from tutorialsPage -->
7070 </h2 >
7171 <p >{ t (" tutorialsPage" , " education-resources-snippet" )} </p >
7272 <LinkButton url =" /education-resources" variant =" link" class =" mt-lg" >
You can’t perform that action at this time.
0 commit comments