Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoxedus <me@roxedus.dev>2021-03-13 19:08:03 +0300
committerGitHub <noreply@github.com>2021-03-13 19:08:03 +0300
commit03ea0fae8cffe511c0d916aacffbbb99d3961ffa (patch)
treef270b1d514b180e7fdef4fc066a3895c3e989b38 /layouts/404.html
parent4ef34a8f63d9afa3a4dab180f1b850518ab43ce3 (diff)
Add more i18n strings (#234)
* Add more i18n strings * Add the translation strings in other files Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: hossainemruz <hossainemruz@gmail.com>
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 17944c1..8fd4a16 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -22,7 +22,7 @@
<img src="{{ $notFoundImage }}" alt="">
<div class="message">
<h1>404</h1>
- <h4>The page you are looking for is not there yet.</h4>
+ <h4>{{ i18n "err_404" }}</h4>
</div>
</div>
</div>