-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
variable name changes, adds translation wrapper, qa changes
- Loading branch information
Showing
4 changed files
with
21 additions
and
22 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -255,69 +255,69 @@ | |
<script type="text/javascript"> | ||
document.addEventListener("DOMContentLoaded", function() { | ||
const events = [ | ||
{ "name": "New Horizon: Innovate Without Limits: New Horizons Await", | ||
"description": "Join our EVM-compatible chain launch for a chance to win $50,000 in prizes! Unleash your creativity in DeFi and NFTs, with judging criteria focused on novelty, impact, and community engagement.", | ||
{ "name": _("New Horizon: Innovate Without Limits: New Horizons Await"), | ||
"description": _("Join our EVM-compatible chain launch for a chance to win $50,000 in prizes! Unleash your creativity in DeFi and NFTs, with judging criteria focused on novelty, impact, and community engagement."), | ||
"type": "hackathon", | ||
"link": "https://newhorizon.devpost.com/", | ||
"location": "Virtual", | ||
"location": _("Virtual"), | ||
"date": "October 19, 2023 - December 22, 2023", | ||
"image": "Hackathons.png", | ||
"end_date": "December 22, 2023", | ||
"start_date": "October 19, 2023" | ||
}, | ||
{ | ||
"name": "XRPL Community Report Launch Party", | ||
"description": "Celebrate the XRPL Community Report launch at 7pm! Join blockchain enthusiasts, connect with experts, and discover opportunities in the XRP Ledger ecosystem. Limited space available, so register now for a night of celebration and networking!", | ||
"name":_("XRPL Community Report Launch Party"), | ||
"description": _("Celebrate the XRPL Community Report launch at 7pm! Join blockchain enthusiasts, connect with experts, and discover opportunities in the XRP Ledger ecosystem. Limited space available, so register now for a night of celebration and networking!"), | ||
"type": "meetup", | ||
"link": "https://www.eventbrite.fr/e/billets-xrpl-community-report-launch-party-753788370307", | ||
"location": "Paris, France", | ||
"location": _("Paris, France"), | ||
"date": "November 28, 7pm - 9pm", | ||
"image": "paris.png", | ||
"end_date": "November 28, 2023", | ||
"start_date": "November 28, 2023" | ||
}, | ||
{ | ||
"name": "XRPL Toronto Meetup Community - Celebrate with Us!", | ||
"description": "To connect the blockchain community, showcase campus ambassador projects, and celebrate the year's progress with a holiday theme.", | ||
"name": _("XRPL Toronto Meetup Community - Celebrate with Us!"), | ||
"description": _("To connect the blockchain community, showcase campus ambassador projects, and celebrate the year's progress with a holiday theme."), | ||
"type": "meetup", | ||
"link": "https://www.meetup.com/xrpl-toronto-community-meetup/events/294766059", | ||
"location": "Downtown, Toronto", | ||
"location": _("Downtown, Toronto"), | ||
"date": "December 7th, 6pm - 9pm", | ||
"image": "[email protected]", | ||
"end_date": "December 7, 2023", | ||
"start_date": "December 7, 2023" | ||
}, | ||
{ | ||
name: "XRPL Grants Info Session: Decentralized Exchange (DEX) Focused", | ||
name: _("XRPL Grants Info Session: Decentralized Exchange (DEX) Focused"), | ||
description: | ||
"Watch the recorded information session and Q&A on applying to XRPL Grants Wave 7. This session will provide a general overview of the XRPL Grants application for Wave 7, with a focus on Decentralized Exchange (DEX) projects.", | ||
_("Watch the recorded information session and Q&A on applying to XRPL Grants Wave 7. This session will provide a general overview of the XRPL Grants application for Wave 7, with a focus on Decentralized Exchange (DEX) projects."), | ||
type: "info-session", | ||
link: "https://www.youtube.com/watch?v=BbGu0QC5WEE", | ||
location: "Virtual - Zoom", | ||
location: _("Virtual - Zoom"), | ||
date: "September 06, 2023", | ||
image: "InfoSessions.png", | ||
end_date: "September 06, 2023", | ||
start_date: "September 06, 2023", | ||
}, | ||
{ | ||
name: "APEX 2024: The XRPL Developer Summit", | ||
name: _("APEX 2024: The XRPL Developer Summit"), | ||
description: | ||
"Apex XRPL Developer Summit is the annual event where developers, contributors, and thought leaders come together to learn, build, share, network, and celebrate all things XRP Ledger.", | ||
_("Apex XRPL Developer Summit is the annual event where developers, contributors, and thought leaders come together to learn, build, share, network, and celebrate all things XRP Ledger."), | ||
type: "conference", | ||
link: "http://apexdevsummit.com", | ||
location: "Amsterdam", | ||
location: _("Amsterdam"), | ||
date: "June 11 - 13, 2024", | ||
image: "Conference.png", | ||
end_date: "June 13, 2024", | ||
start_date: "June 11, 2024", | ||
}, | ||
{ | ||
name: "XRPL Developers Reddit AMA: Real World Assets", | ||
name: _("XRPL Developers Reddit AMA: Real World Assets"), | ||
description: | ||
"Join us for a live chat on Reddit and learn more about how developers are building real world assets with confidence on the XRP Ledger.", | ||
_("Join us for a live chat on Reddit and learn more about how developers are building real world assets with confidence on the XRP Ledger."), | ||
type: "ama", | ||
link: "https://xrplresources.org/rwa-ama?utm_source=web&utm_medium=web&utm_campaign=bwc", | ||
location: "Virtual - Reddit", | ||
location:_("Virtual - Reddit"), | ||
date: "October 17, 2023", | ||
image: "AMAs.png", | ||
end_date: "October 17, 2023", | ||
|