File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<script >
2
+ import { t } from ' svelte-i18n' ;
2
3
let { stopName, arrivalTime, handleStopMarkerSelect } = $props ();
3
4
</script >
4
5
13
14
})}</span
14
15
>
15
16
</p >
16
- <div class =" mt-auto flex justify-end " >
17
+ <div class =" mt-auto flex justify-center " >
17
18
<button
18
19
type =" button"
19
20
class =" inline-block rounded-lg border border-brand bg-brand px-3 py-1 text-sm font-medium text-white shadow-md transition duration-200 ease-in-out hover:bg-brand-secondary"
20
21
onclick ={handleStopMarkerSelect }
21
22
>
22
- {' view stop ' }
23
+ {$t ( ' view_stop_information ' ) }
23
24
</button >
24
25
</div >
25
26
</div >
Original file line number Diff line number Diff line change 108
108
"page" : " Page" ,
109
109
"show" : " Show" ,
110
110
"hide" : " Hide"
111
- }
111
+ },
112
+ "view_stop_information" : " View Stop Information"
112
113
}
You can’t perform that action at this time.
0 commit comments