Skip to content

Commit

Permalink
feat: reference Slow Travel Pass in the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rgall committed Mar 15, 2024
1 parent 6235b4b commit c5c522e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@
{
title: $_('footer.link-category-titles.our-projects'),
links: [
{
title: $_('footer.links.slow-travel-pass.title'),
link: createUrl($_('footer.links.slow-travel-pass.url'), {
utm_source: WTMG_UTM_SOURCE,
utm_medium: 'web',
utm_content: 'footer'
}),
target: '_blank'
},
{
title: $_('footer.links.velotour.title'),
link: $_('footer.links.velotour.url'),
Expand Down
4 changes: 4 additions & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,10 @@
"title": "Women Don't Cycle - The Film",
"url": "https://womendontcycle.com/?utm_source=welcometomygarden.org&utm_medium=web&utm_content=footer"
},
"slow-travel-pass": {
"title": "Slow Travel Pass",
"url": "https://slowtravelpass.com/en"
},
"donate": "Donate"
}
},
Expand Down
5 changes: 4 additions & 1 deletion src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,10 @@
"title": "Women Don't Cycle - Le Film",
"url": "https://womendontcycle.com/fr.html?utm_source=welcometomygarden.org&utm_medium=web&utm_content=footer"
},
"donate": "Faire un don"
"donate": "Faire un don",
"slow-travel-pass": {
"url": "https://slowtravelpass.com/fr"
}
}
},
"push-notifications": {
Expand Down
5 changes: 4 additions & 1 deletion src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,10 @@
"title": "Women Don't Cycle - De Film",
"url": "https://womendontcycle.com/nl.html?utm_source=welcometomygarden.org&utm_medium=web&utm_content=footer"
},
"donate": "Doneer"
"donate": "Doneer",
"slow-travel-pass": {
"url": "https://slowtravelpass.com/nl"
}
}
},
"push-notifications": {
Expand Down

0 comments on commit c5c522e

Please sign in to comment.