diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-30 20:48:51 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-01-30 20:49:04 +0100 |
| commit | bb6366af0c07116ecb54144dca129f099127d4c3 (patch) | |
| tree | 01a806319070806a13f883d96756d260912c527f /src/frontend/app/i18n/locales/en-GB.json | |
| parent | 073c7174490ed3d8ae34c3f8c8f1b91bce711f6f (diff) | |
feat: Add trip selection functionality and localization updates for trips in English, Spanish, and Galician
Diffstat (limited to 'src/frontend/app/i18n/locales/en-GB.json')
| -rw-r--r-- | src/frontend/app/i18n/locales/en-GB.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/frontend/app/i18n/locales/en-GB.json b/src/frontend/app/i18n/locales/en-GB.json index df895a9..dab0229 100644 --- a/src/frontend/app/i18n/locales/en-GB.json +++ b/src/frontend/app/i18n/locales/en-GB.json @@ -173,6 +173,10 @@ "day_today": "Today", "day_tomorrow": "Tomorrow", "week_date": "Date", + "trips": "Trips", + "choose_trip": "Choose a trip", + "close": "Close", + "trip": "Trip", "trip_count": "{{count}} trips today", "trip_count_one": "1 trip today", "trip_count_short": "({{count}} trips)", |
