feat(i18n): homepage link for 404 pages (#1117)
* Add homepage link with internationalization * Construct pathname from baseUrl config value * More robust URL manipulation * Add Farsi (#1133) * Fix bad rebase
This commit is contained in:
committed by
GitHub
parent
81a4e20236
commit
9c726efa33
@ -66,6 +66,7 @@ export default {
|
||||
error: {
|
||||
title: "Niet gevonden",
|
||||
notFound: "Deze pagina is niet zichtbaar of bestaat niet.",
|
||||
home: "Keer terug naar de start pagina",
|
||||
},
|
||||
folderContent: {
|
||||
folder: "Map",
|
||||
|
Reference in New Issue
Block a user