Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/content/homepage/hi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ heroImages:
linkTarget: "https://hello.p5js.org"
altText: Eight portrait photos of p5 contributors overlaid by the text "Hello, p5.js"
caption: "Find out how to get started with animation, audio, WebGL, accessibility, and contribution to p5.js in this interactive video:"
referenceHeaderText: Explore the p5.js library reference
examplesHeaderText: Learn p5.js with examples
communityHeaderText: See the p5.js community in action
referenceHeaderText: p5.js कोड के प्रत्येक भाग के लिए आसान व्याख्या ढूंढें।
examplesHeaderText: छोटे उदाहरणों के साथ p5.js की संभावनाओं का पता लगाएं।
communityHeaderText: देखें कि दुनिया भर के लोग
sketchIds:
- 967807
- 2
- 3
- 5
- 8
- 11
- 11
2 changes: 2 additions & 0 deletions src/content/ui/en.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Home: Home
Welcome to p5.js: Welcome to p5.js
Skip to main content: Skip to main content
Menu: Menu
Reference: Reference
Tutorials: Tutorials
Expand Down
5 changes: 5 additions & 0 deletions src/content/ui/hi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Home: होम
Welcome to p5.js: p5.js में आपका स्वागत है
Skip to main content: मुख्य सामग्री पर जाएं
Menu: मेनू
Reference: संदर्भ
Tutorials: ट्यूटोरियल्स
Examples: उदाहरण
Expand All @@ -8,6 +11,7 @@ About: परिचय
Start Coding: कोडिंग शुरू करें
Donate: दान
Download: डाउनलोड
Download Library: डाउनलोड लाइब्रेरी
Accessibility: अभिगम्यता
Search: खोजें
Filter by keyword: कीवर्ड द्वारा फ़िल्टर करें
Expand Down Expand Up @@ -38,6 +42,7 @@ Show Code: कोड दिखाएं
Donate to p5.js: p5.js को दान करें
Download p5.js: p5.js डाउनलोड करें


briefPageDescriptions:
Reference: p5.js कोड के प्रत्येक भाग के लिए आसान व्याख्या ढूंढें।
Examples: p5.js की संभावनाओं का पता लगाएं छोटे उदाहरणों के साथ।
Expand Down
2 changes: 1 addition & 1 deletion src/layouts/HomepageLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ setJumpToState(null);

<BaseLayout title="" variant="homepage" homepageConfig={config}>

<h1 class="text-5xl font-bold mb-xl col-span-full">Welcome to p5.js</h1>
<h1 class="text-5xl font-bold mb-xl col-span-full">{t("Welcome to p5.js")}</h1>

<div class="content-grid-simple mb-xl">
<div
Expand Down