Skip to content

Commit

Permalink
i18n: labels changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson2411 committed Feb 8, 2022
1 parent ffe8885 commit 71ec377
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
14 changes: 9 additions & 5 deletions locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,11 +455,14 @@ event:
photographer: Photographer
musician: Musician
organiser: Organiser
eventName: Event Name
description: 'Use [widgets](https://wedance.vip/markdown), including images and videos',
name:
placeholder: Event Name
label: Name
description: 'Use [widgets](https://wedance.vip/markdown), including images and videos'
when: When?
where: Where?
duration: How long?
duration:
label: How long?
thirtyMinutes: 30 minutes
oneHour: 60 minutes
ninetyMinutes: 1.5 hour
Expand All @@ -471,7 +474,8 @@ event:
price:
description: Please include currency, i.e. EUR, USD
styles: Dance styles
organiser: Organiser
org:
label: Organiser
mode:
online: Online?
description: Streaming via Zoom, Google Meet, Instagram Live, etc.?
Expand All @@ -484,7 +488,7 @@ event:
external:
registration: External registration?
link:
description: Direct booking link on ticket platform ([ti.to](https://ti.to/home), Eventbrite, Google Form, etc.)
description: Direct booking link on ticket platform [ti.to](https://ti.to/home), Eventbrite, Google Form, etc.
facebook:
description: Facebook event
promo:
Expand Down
5 changes: 3 additions & 2 deletions use/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ export const useEvents = () => {
{
name: 'name',
labelPosition: 'top',
placeholder: t('event.eventName'),
placeholder: t('event.name.placeholder'),
label: t('event.name.label'),
},
{
name: 'description',
Expand Down Expand Up @@ -279,7 +280,7 @@ export const useEvents = () => {
{
name: 'org',
component: 'TInputProfile',
label: t('event.organiser'),
label: t('event.org.label'),
labelPosition: 'top',
},
{
Expand Down

0 comments on commit 71ec377

Please sign in to comment.