From 24f933fbaa1ed88df441106db714871aae9d45e2 Mon Sep 17 00:00:00 2001 From: Pascal Syma
{{ $t('page.home.n_quests', hunt._count.quests) }}
+{{ t('page.home.n_quests', hunt._count.quests) }}
{{ - $t('page.home.start', { - start: $d(hunt.start, { + t('page.home.start', { + start: d(hunt.start, { dateStyle: 'medium', timeStyle: 'medium' }) @@ -48,35 +48,35 @@ watch(loggedIn, () => refresh());
{{ - $t('page.home.end', { - start: $d(hunt.end, { + t('page.home.end', { + start: d(hunt.end, { dateStyle: 'medium', timeStyle: 'medium' }) }) }}
-{{ $t('page.home.n_teams_joined', hunt._count.teams) }}
+{{ t('page.home.n_teams_joined', hunt._count.teams) }}
{{ $t('page.home.n_quests', hunt._count.quests) }}
+{{ t('page.home.n_quests', hunt._count.quests) }}
{{ - $t('page.home.start', { - start: $d(hunt.start, { + t('page.home.start', { + start: d(hunt.start, { dateStyle: 'medium', timeStyle: 'medium' }) @@ -108,21 +108,21 @@ watch(loggedIn, () => refresh());
{{ - $t('page.home.end', { - start: $d(hunt.end, { + t('page.home.end', { + start: d(hunt.end, { dateStyle: 'medium', timeStyle: 'medium' }) }) }}
-{{ $t('page.home.n_teams_joined', hunt._count.teams) }}
+{{ t('page.home.n_teams_joined', hunt._count.teams) }}