Skip to content

Commit

Permalink
Merge pull request #12299 from bbc/hindi-nav-delhi-elections
Browse files Browse the repository at this point in the history
Hindi nav: add Delhi assembly election link
  • Loading branch information
jordit authored Jan 17, 2025
2 parents 1463b0d + d67fbf4 commit 1d4372b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
4 changes: 4 additions & 0 deletions src/app/lib/config/services/hindi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,10 @@ export const service: DefaultServiceConfig = {
title: 'होम पेज',
url: '/hindi',
},
{
title: 'दिल्ली विधानसभा चुनाव',
url: '/hindi/topics/c8dqegnm6d9t',
},
{
title: 'भारत',
url: '/hindi/topics/ckdxnkz7607t',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,55 +213,62 @@ exports[`AMP Home Page Header Navigation link should match text and url 1`] = `
`;

exports[`AMP Home Page Header Navigation link should match text and url 2`] = `
{
"text": "दिल्ली विधानसभा चुनाव",
"url": "/hindi/topics/c8dqegnm6d9t",
}
`;

exports[`AMP Home Page Header Navigation link should match text and url 3`] = `
{
"text": "भारत",
"url": "/hindi/topics/ckdxnkz7607t",
}
`;

exports[`AMP Home Page Header Navigation link should match text and url 3`] = `
exports[`AMP Home Page Header Navigation link should match text and url 4`] = `
{
"text": "विदेश",
"url": "/hindi/topics/c9wpm0en87xt",
}
`;

exports[`AMP Home Page Header Navigation link should match text and url 4`] = `
exports[`AMP Home Page Header Navigation link should match text and url 5`] = `
{
"text": "मनोरंजन",
"url": "/hindi/topics/c06gq3n0pp7t",
}
`;

exports[`AMP Home Page Header Navigation link should match text and url 5`] = `
exports[`AMP Home Page Header Navigation link should match text and url 6`] = `
{
"text": "खेल",
"url": "/hindi/topics/cwr9j8g1kj9t",
}
`;

exports[`AMP Home Page Header Navigation link should match text and url 6`] = `
exports[`AMP Home Page Header Navigation link should match text and url 7`] = `
{
"text": "विज्ञान-टेक्नॉलॉजी",
"url": "/hindi/topics/c2lej0594knt",
}
`;

exports[`AMP Home Page Header Navigation link should match text and url 7`] = `
exports[`AMP Home Page Header Navigation link should match text and url 8`] = `
{
"text": "सोशल",
"url": "/hindi/topics/c2e4q0z9qznt",
}
`;

exports[`AMP Home Page Header Navigation link should match text and url 8`] = `
exports[`AMP Home Page Header Navigation link should match text and url 9`] = `
{
"text": "वीडियो",
"url": "/hindi/topics/cw9kv0kpxydt",
}
`;

exports[`AMP Home Page Header Navigation link should match text and url 9`] = `
exports[`AMP Home Page Header Navigation link should match text and url 10`] = `
{
"text": "पॉडकास्ट",
"url": "/hindi/institutional-61824775",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,55 +127,62 @@ exports[`Canonical Home Page Header Navigation link should match text and url 1`
`;

exports[`Canonical Home Page Header Navigation link should match text and url 2`] = `
{
"text": "दिल्ली विधानसभा चुनाव",
"url": "/hindi/topics/c8dqegnm6d9t",
}
`;

exports[`Canonical Home Page Header Navigation link should match text and url 3`] = `
{
"text": "भारत",
"url": "/hindi/topics/ckdxnkz7607t",
}
`;

exports[`Canonical Home Page Header Navigation link should match text and url 3`] = `
exports[`Canonical Home Page Header Navigation link should match text and url 4`] = `
{
"text": "विदेश",
"url": "/hindi/topics/c9wpm0en87xt",
}
`;

exports[`Canonical Home Page Header Navigation link should match text and url 4`] = `
exports[`Canonical Home Page Header Navigation link should match text and url 5`] = `
{
"text": "मनोरंजन",
"url": "/hindi/topics/c06gq3n0pp7t",
}
`;

exports[`Canonical Home Page Header Navigation link should match text and url 5`] = `
exports[`Canonical Home Page Header Navigation link should match text and url 6`] = `
{
"text": "खेल",
"url": "/hindi/topics/cwr9j8g1kj9t",
}
`;

exports[`Canonical Home Page Header Navigation link should match text and url 6`] = `
exports[`Canonical Home Page Header Navigation link should match text and url 7`] = `
{
"text": "विज्ञान-टेक्नॉलॉजी",
"url": "/hindi/topics/c2lej0594knt",
}
`;

exports[`Canonical Home Page Header Navigation link should match text and url 7`] = `
exports[`Canonical Home Page Header Navigation link should match text and url 8`] = `
{
"text": "सोशल",
"url": "/hindi/topics/c2e4q0z9qznt",
}
`;

exports[`Canonical Home Page Header Navigation link should match text and url 8`] = `
exports[`Canonical Home Page Header Navigation link should match text and url 9`] = `
{
"text": "वीडियो",
"url": "/hindi/topics/cw9kv0kpxydt",
}
`;

exports[`Canonical Home Page Header Navigation link should match text and url 9`] = `
exports[`Canonical Home Page Header Navigation link should match text and url 10`] = `
{
"text": "पॉडकास्ट",
"url": "/hindi/institutional-61824775",
Expand Down

0 comments on commit 1d4372b

Please sign in to comment.