URL-not-found message went into i18n JSON resource

Yet, the URL-not-found message is not yet fully internationalized
since its usage is hardcoded to English.
This commit is contained in:
Veloman Yunkan
2022-03-24 19:37:56 +04:00
committed by Matthieu Gautier
parent 577b6e29f9
commit 202ec81d8b
3 changed files with 9 additions and 2 deletions

View File

@ -5,4 +5,5 @@
},
"name":"English",
"suggest-full-text-search": "containing '{{{SEARCH_TERMS}}}'..."
, "url-not-found" : "The requested URL \"{{url}}\" was not found on this server."
}

View File

@ -6,4 +6,5 @@
},
"name": "Current language to which the string is being translated to.",
"suggest-full-text-search": "Text appearing in the suggestion list that, when selected, runs a full text search instead of the title search"
, "url-not-found" : "Error text about wrong URL for an HTTP 404 error"
}