Skip to content

Commit

Permalink
fix: home page translation key was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jun 6, 2024
1 parent 4dbe8a2 commit 981e02c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/locales/ar-SA.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"error": {
"title": "خطأ",
"page404": "الصفحة غير متوفرة",
"home": "الصفحة الرئيسية",
"description": "عفوا!! يبدو ان هنالك خطأ",
"action": "قراءة التعليمات"
},
Expand Down
1 change: 1 addition & 0 deletions src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"error": {
"title": "Error",
"page404": "Page not found!",
"home": "Home page",
"description": "Oops! There's been an unexpected error",
"action": "Go to documentation"
},
Expand Down
1 change: 1 addition & 0 deletions src/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"error": {
"title": "Error",
"page404": "Página no encontrada!",
"home": "Pagina de inicio",
"description": "¡Uy! Se ha producido un error inesperado",
"action": "Ir a la documentación"
},
Expand Down
1 change: 1 addition & 0 deletions src/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"error": {
"title": "Erreur",
"page404": "Page introuvable!",
"home": "Page d'accueil",
"description": "Oups! Une erreur inattendue s'est produite",
"action": "Aller à la documentation"
},
Expand Down
1 change: 1 addition & 0 deletions src/locales/hi-IN.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"error": {
"title": "गलती",
"page404": "पृष्ठ नहीं मिला!",
"home": "होम पेज",
"description": "उफ़! कोई अप्रत्याशित त्रुटि हुई है",
"action": "दस्तावेज़ीकरण पर जाएँ"
},
Expand Down
1 change: 1 addition & 0 deletions src/locales/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"error": {
"title": "Błąd",
"page404": "Strona nie istnieje!",
"home": "Strona główna",
"description": "Oops! Pojawił się nieoczekiwany błąd",
"action": "Sprawdź dokumentacja"
},
Expand Down

0 comments on commit 981e02c

Please sign in to comment.