feat:#71 fixed missing translation, added time format

Signed-off-by: masterElmar <18119527+masterElmar@users.noreply.github.com>
This commit is contained in:
masterElmar
2023-11-17 19:32:17 +01:00
parent ab31a4c1eb
commit 58022ec23d
6 changed files with 79 additions and 14 deletions

View File

@@ -82,7 +82,7 @@ function loadCalendar(): void {
<div
class="flex align-items-center justify-content-center border-round m-2"
>
<Button label="Load Calendar" @click="loadCalendar" />
<Button :label="$t('editCalendarView.loadCalendar')" @click="loadCalendar" />
</div>
</div>
</template>