Add locales and new navbar entry

This commit is contained in:
Marie 2024-12-12 21:45:54 +01:00
parent d18317a7c8
commit dddfdf8a13
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555
5 changed files with 26 additions and 4 deletions

View file

@ -7,7 +7,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div style="padding: 8px 16px;">
<section>
<MkInput v-model="atDate" small type="date" class="input">
<template #label>{{ i18n.ts._poll.deadlineDate }}</template>
<template #label>{{ i18n.ts.postOn }}</template>
</MkInput>
<MkInput v-model="atTime" small type="time" class="input">
<template #label>{{ i18n.ts._poll.deadlineTime }}</template>