Skip to content

Commit

Permalink
fix: add end date
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Dec 12, 2024
1 parent 9c0d645 commit 560a37a
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,11 @@
</a>
</template>
<template #time>
{{ t('experienceMaevsiTimespan') }}
{{
t('experienceMaevsiTimespan', {
present: t('present'),
})
}}
</template>
</i18n-t>
</template>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 560a37a

Please sign in to comment.