feat(#22): Use translation keys in files
This commit is contained in:
@@ -11,9 +11,11 @@ defineProps<{
|
||||
error: NuxtError
|
||||
}>()
|
||||
|
||||
const { t: $t } = useI18n()
|
||||
|
||||
useSeoMeta({
|
||||
title: 'Page not found',
|
||||
description: 'We are sorry but this page could not be found.'
|
||||
title: $t('error.pageNotFound'),
|
||||
description: $t('error.pageNotFoundDescription')
|
||||
})
|
||||
|
||||
useHead({
|
||||
|
||||
Reference in New Issue
Block a user