From edc9cec3dce477f349dbfd99a28e5b3dd9e344fa Mon Sep 17 00:00:00 2001 From: erciccione Date: Mon, 12 Oct 2020 09:31:41 +0100 Subject: [PATCH] Make 404 page translatable --- 404.html | 4 ++-- _i18n/en.yml | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index b84ff446..40375c2c 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@ title: "Error 404, Page Not Found"

404

-

Page not found (perhaps it values privacy)

-

To the Homepage

+

{% t error.title %}

+

{% t error.button %}

\ No newline at end of file diff --git a/_i18n/en.yml b/_i18n/en.yml index 21dfc0f6..6741deea 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -773,3 +773,7 @@ accessibility: arrowup: Go back to the top of the page guiscreen: A screenshot of the Monero GUI wallet. It shows the wallet's balance and a navigation menu on the left, and a form for sending XMR on the right. cliscreen: CLI wallet screenshot + +error: + title: Page not found (perhaps it values privacy) + button: To the Homepage