diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index edbc9cf7..e91f2f6b 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -28,16 +28,13 @@ function toggleDark() { /> -
- -
-
{{ $t('app_desc_short') }}
+ + {{ $t('nav.built_at', [$d(buildTimeDate, 'shortDate')]) }} +
- Mastodon · Discord · GitHub + + {{ $t('settings.about.label') }} + + · + Mastodon + · + Discord + · + GitHub
diff --git a/config/i18n.ts b/config/i18n.ts index 1a944abd..edee590c 100644 --- a/config/i18n.ts +++ b/config/i18n.ts @@ -76,6 +76,9 @@ const datetimeFormats = Object.values(locales).reduce((acc, data) => { } else { acc[data.code] = { + shortDate: { + dateStyle: 'short', + }, short: { dateStyle: 'short', timeStyle: 'short',