feat(i18n): initial support for i18n

This commit is contained in:
Jimmy Cai
2020-09-09 17:17:09 +02:00
parent 98804e578d
commit ed4a43096c
8 changed files with 34 additions and 8 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
<main class="main full-width">
<div class="not-found-card">
<h1 class="article-title">Not Found</h1>
<h2 class="article-subtitle">This page does not exist.</h2>
<h1 class="article-title">{{ T "notFoundTitle" }}</h1>
<h2 class="article-subtitle">{{ T "notFoundSubtitle" }}</h2>
</div>
</main>
</div>