diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-09-06 13:32:32 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-09-06 13:32:32 -0400 |
| commit | 9113a265ba23892b87815f0dcacf31cef2694c4d (patch) | |
| tree | 7646289f9c90ca77201ffdfded254f1b15f5a061 /pages/videos | |
| parent | bedae60dd91df3c775e1f2486dd26a73450db846 (diff) | |
| download | personal-website-9113a265ba23892b87815f0dcacf31cef2694c4d.tar.gz personal-website-9113a265ba23892b87815f0dcacf31cef2694c4d.tar.bz2 personal-website-9113a265ba23892b87815f0dcacf31cef2694c4d.zip | |
i18n Support; French support
Diffstat (limited to 'pages/videos')
| -rw-r--r-- | pages/videos/index.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/videos/index.vue b/pages/videos/index.vue index fa8c089..8e65f5c 100644 --- a/pages/videos/index.vue +++ b/pages/videos/index.vue @@ -2,15 +2,15 @@ <div> <v-card> <header id="showcase"> - <h1 class="display-3 animate__animated animate__fadeIn">Videos</h1> - <h1 class="animate__animated animate__fadeIn">This is where you see my videos.</h1> + <h1 class="display-3 animate__animated animate__fadeIn">{{ $t('VideosText') }}</h1> + <h1 class="animate__animated animate__fadeIn">{{ $t('VideosSubtitle') }}</h1> </header> </v-card> <v-container> <rssapp-wall id="0YnuB7ETra9EU2An"></rssapp-wall><script src="https://widget.rss.app/v1/wall.js" type="text/javascript" async></script> <br/> <div class="text-center"> - <v-btn color="green" align="center" href="https://www.youtube.com/user/Andrew14Lee/videos">View more videos here</v-btn> + <v-btn color="green" align="center" href="https://www.youtube.com/user/Andrew14Lee/videos">{{ $t('VideosButton') }}</v-btn> </div> </v-container> </div> |
