From 9113a265ba23892b87815f0dcacf31cef2694c4d Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 6 Sep 2020 13:32:32 -0400 Subject: i18n Support; French support --- components/Footer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/Footer.vue') diff --git a/components/Footer.vue b/components/Footer.vue index 8c6d144..762158f 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -2,7 +2,7 @@
-

© Copyright 2018-{{ new Date().getFullYear() }} Andrew Lee. All rights reserved.

+

{{ $t('FooterCopyright') }}

-- cgit v1.2.3