Skip to content

Commit

Permalink
feat(event): reorder place and time
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Jul 6, 2024
1 parent 8018be1 commit 03514e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/event/Event.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ export default {

<i18n lang="yaml">
de:
datetime: '{start}{end}{location}'
datetime: '{location}{start}{end}'
datetimeEnd: ' - {end}'
datetimeLocation: '{location}'
datetimeLocation: '{location}'
details: Details
en:
datetime: '{start}{end}{location}'
datetime: '{location}{start}{end}'
datetimeEnd: ' - {end}'
datetimeLocation: '{location}'
datetimeLocation: '{location}'
details: Details
</i18n>

0 comments on commit 03514e9

Please sign in to comment.