Skip to content

Commit

Permalink
Merge pull request #12349 from bbc/hindi-lens-podcast
Browse files Browse the repository at this point in the history
Hindi: The Lens podcast links and promo
  • Loading branch information
jordit authored Jan 30, 2025
2 parents afa1202 + 77313db commit 26f013c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/lib/config/services/hindi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ export const service: DefaultServiceConfig = {
googleSiteVerification: 'D-aEHUiyVaMoUJXjVRbDVkxS0dLTMUZLD3dLPTnWO4Q',
podcastPromo: {
title: 'पॉडकास्ट',
brandTitle: 'दिनभर: पूरा दिन,पूरी ख़बर (Dinbhar)',
brandTitle: 'The Lens: मुकेश शर्मा के साथ',
brandDescription:
'वो राष्ट्रीय और अंतरराष्ट्रीय ख़बरें जो दिनभर सुर्खियां बनीं.',
'हफ़्ते की सबसे बड़ी न्यूज़ स्टोरी पर चर्चा: मुकेश शर्मा के साथ.',
image: {
src: 'https://ichef.bbci.co.uk/images/ic/$recipe/p09ds7cb.jpg',
alt: 'दिनभर',
src: 'https://ichef.bbci.co.uk/images/ic/$recipe/p0kjf0d8.jpg',
alt: 'मुकेश शर्मा',
},
linkLabel: {
text: 'दिनभर: पूरा दिन,पूरी ख़बर',
href: 'https://www.bbc.com/hindi/podcasts/p09ds7zx',
href: 'https://www.bbc.com/hindi/podcasts/p0kjf03y',
},
skipLink: {
text: 'छोड़कर %title% आगे बढ़ें',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,25 @@ const externalLinks = {
linkType: 'gaana',
},
],
p0kjf03y: [
{
linkText: 'Spotify',
linkUrl: 'https://open.spotify.com/show/33zf2Pgpq1w0BXp1Vhe9vz',
linkType: 'spotify',
},
{
linkText: 'Apple',
linkUrl:
'https://podcasts.apple.com/us/podcast/the-lens-मुकेश-शर्मा-के-साथ/id1791099679',
linkType: 'apple',
},
{
linkText: 'Jio Saavn',
linkUrl:
'https://www.jiosaavn.com/shows/the-lens-%e0%a4%ae%e0%a5%81%e0%a4%95%e0%a5%87%e0%a4%b6-%e0%a4%b6%e0%a4%b0%e0%a5%8d%e0%a4%ae%e0%a4%be-%e0%a4%95%e0%a5%87-%e0%a4%b8%e0%a4%be%e0%a4%a5/1/ESz7PpxJiiA_',
linkType: 'gaana',
},
],
},
};

Expand Down

0 comments on commit 26f013c

Please sign in to comment.