Skip to content

Commit

Permalink
Add train translations and details to language file
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Dec 2, 2024
1 parent c8557b0 commit 9f7ca7e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2435,10 +2435,10 @@ const translations = {
},
flight: 'Flight',
flightDetails: {
passenger: 'Passenger',
layover: 'layover',
takeOff: 'Take-off',
landing: 'Landing',
passenger: 'Passenger',
seat: 'Seat',
class: 'Cabin Class',
recordLocator: 'Record locator',
Expand All @@ -2464,6 +2464,16 @@ const translations = {
cancellationUntil: 'Free cancellation until',
confirmation: 'Confirmation number',
},
train: 'Train',
trainDetails: {
passenger: 'Passenger',
departs: 'Departs',
arrives: 'Arrives',
coachNumber: 'Coach number',
seat: 'Seat',
fareDetails: 'Fare details',
confirmation: 'Confirmation number',
},
viewTrip: 'View trip',
modifyTrip: 'Modify trip',
tripSupport: 'Trip support',
Expand Down

0 comments on commit 9f7ca7e

Please sign in to comment.