diff --git a/messages/en.json b/messages/en.json index 85bfb7c..4fb2eff 100644 --- a/messages/en.json +++ b/messages/en.json @@ -3,5 +3,8 @@ "mainBanner_dates": "August 30-31*", "mainBanner_venue": "St. Xavier's College, Kathmandu, Nepal", "mainBanner_description": "UbuCon Asia is a community-organized conference connecting Ubuntu community in Asia. Join us in Kathmandu for two days memorable of conference that connects enthusiast, engineers, creators, researchers, entrepreneurs and contributors across Asia.", - "mainBanner_footnote": "*To be confirmed" + "mainBanner_footnote": "*To be confirmed", + "videoBanner_title": "An event for people with Ubuntu and FOSS in common", + "videoBanner_description1": "UbuCon Asia brings together people with diverse backgrounds across Asia with one thing in common: Ubuntu and FOSS - to explore what we can do with Ubuntu and FOSS and how we can contribute to its projects and communities.", + "videoBanner_description2": "Not sure if this event is for you? Watch our aftermovie from last year." } \ No newline at end of file diff --git a/messages/ko.json b/messages/ko.json index c05a39a..91f7c38 100644 --- a/messages/ko.json +++ b/messages/ko.json @@ -3,5 +3,8 @@ "mainBanner_dates": "8월 30일-31일*", "mainBanner_venue": "St. Xavier's College, Kathmandu, Nepal", "mainBanner_description": "UbuCon Asia is a community-organized conference connecting Ubuntu community in Asia. Join us in Kathmandu for two days memorable of conference that connects enthusiast, engineers, creators, researchers, entrepreneurs and contributors across Asia.", - "mainBanner_footnote": "*To be confirmed" + "mainBanner_footnote": "*To be confirmed", + "videoBanner_title": "An event for people with Ubuntu and FOSS in common", + "videoBanner_description1": "UbuCon Asia brings together people with diverse backgrounds across Asia with one thing in common: Ubuntu and FOSS - to explore what we can do with Ubuntu and FOSS and how we can contribute to its projects and communities.", + "videoBanner_description2": "Not sure if this event is for you? Watch our aftermovie from last year." } \ No newline at end of file diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index c13a31c..263805e 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -6,6 +6,7 @@ import Sponsors from '@components/Sponsors.astro'; import BlogFeed from '@components/BlogFeed.astro'; import { WebsiteConfig } from '../../config'; import { getRelativeLocaleUrlList } from 'astro:i18n'; +import * as m from "../../paraglide/messages.js"; export function getStaticPaths() { return getRelativeLocaleUrlList().map((locale) => { @@ -28,11 +29,9 @@ export function getStaticPaths() {
-

An event for people with Ubuntu and FOSS in common

-

UbuCon Asia brings together people with diverse backgrounds across Asia with one thing in common: Ubuntu and FOSS - - to explore what we can do with Ubuntu and FOSS and how we can contribute to its projects and communities. -

Not sure if this event is for you? Watch our aftermovie from last year. -

+

{m.videoBanner_title()}

+

{m.videoBanner_description1()}

+

{m.videoBanner_description2()}