overhauling constants, working on translations

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-01-15 13:58:50 +01:00
parent 669853352e
commit 0d1cdd35d1
103 changed files with 2161 additions and 1207 deletions

View File

@@ -9,9 +9,9 @@
<div>
<div title={'task_'+task.id}>
{#if task.estimated_time}
{#if task.est_time}
<span class="estimate" onclick={() => onSelect(task)}>
{task.estimated_time}&nbsp;{t(task.estimated_time != 1 ? 'hours' : 'hour')}
{task.est_time}&nbsp;{t(task.est_time != 1 ? 'hours' : 'hour')}
</span>
{/if}
{task.name}