Skip to content

Commit

Permalink
translate 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
11joselu committed Nov 25, 2024
1 parent 033e414 commit 84aa270
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 3 additions & 4 deletions src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@
<main class="block block--white">
<div class="container-item">
<ul class="container testing">
<t>Adios jose</t>
<li><span class="icon-test icon-test--executing"></span><span>The server is up and running</span></li>
<li><span class="icon-test icon-test--executing"></span><span>The user has internet connection</span></li>
<li><span class="icon-test icon-test--executing test-error"></span><span>The searched page exists</span></li>
<li><span class="icon-test icon-test--executing"></span><span><t>El servidor está en funcionamiento</t></span></li>
<li><span class="icon-test icon-test--executing"></span><span><t>Tienes conexión a internet</t></span></li>
<li><span class="icon-test icon-test--executing test-error"></span><span><t>La página que buscabas existe</t></span></li>
</ul>
<img src="./img/no_tests_404.png" alt="No tests found - 404" class="not-found"/>
<div class="urls">
Expand Down
4 changes: 3 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"Adios jose": "Bye jose"
"El servidor está en funcionamiento": "The server is up and running",
"La página que buscabas existe": "The user has internet connection",
"Tienes conexión a internet": "The searched page exists"
}
4 changes: 3 additions & 1 deletion src/locales/es.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"Adios jose": "Adios jose"
"El servidor está en funcionamiento": "El servidor está en funcionamiento",
"Tienes conexión a internet": "Tienes conexión a internet",
"La página que buscabas existe": "La página que buscabas existe"
}

0 comments on commit 84aa270

Please sign in to comment.