implement i18n with town filter
This commit is contained in:
parent
79fd370c8d
commit
cf32f8ec8b
3 changed files with 9 additions and 3 deletions
|
|
@ -25,6 +25,9 @@ export default {
|
|||
lancha: 'Lanchas',
|
||||
other: 'Other'
|
||||
},
|
||||
towns: {
|
||||
all: 'All',
|
||||
},
|
||||
contact: 'Contact',
|
||||
location: 'Location',
|
||||
viewMap: 'View on Map',
|
||||
|
|
|
|||
|
|
@ -25,6 +25,9 @@ export default {
|
|||
lancha: 'Lanchas',
|
||||
other: 'Otros'
|
||||
},
|
||||
towns: {
|
||||
all: 'Todos',
|
||||
},
|
||||
contact: 'Contacto',
|
||||
location: 'Ubicación',
|
||||
viewMap: 'Ver en Mapa',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue