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 --- pages/blog/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/blog') diff --git a/pages/blog/index.vue b/pages/blog/index.vue index 38e578c..c2763ae 100644 --- a/pages/blog/index.vue +++ b/pages/blog/index.vue @@ -2,8 +2,8 @@
-

Blog

-

This is where I post stuff here.

+

{{ $t('BlogText') }}

+

{{ $t('BlogSubtitle') }}

-- cgit v1.2.3