Commit 3520d08
Translate "Ver en el mapa" and update Google Maps URL in LocationPage (#147)
The map link in `LocationPage.astro` had a hardcoded Spanish string and
an outdated Google Maps URL.
## Changes
- **i18n**: Added `location.map.link` key across all three locales:
- `es`: `"Ver en el mapa"`
- `en`: `"View on map"`
- `ca`: `"Veure al mapa"`
- **LocationPage.astro**: Replaced hardcoded text with
`{t['location.map.link']}` and updated the `href` to
`https://maps.app.goo.gl/bMt7iLyNT2N2Et786`
<!-- START COPILOT CODING AGENT TIPS -->
---
📍 Connect Copilot coding agent with [Jira](https://gh.io/cca-jira-docs),
[Azure Boards](https://gh.io/cca-azure-boards-docs) or
[Linear](https://gh.io/cca-linear-docs) to delegate work to Copilot in
one click without leaving your project management tool.
Closes #146
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: dukebody <41953+dukebody@users.noreply.github.com>1 parent 803404b commit 3520d08
File tree
4 files changed
+5
-2
lines changed- src
- components
- i18n/location
4 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments