Skip to content

Commit 981e02c

Browse files
author
hywax
committed
fix: home page translation key was missing
1 parent 4dbe8a2 commit 981e02c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

Diff for: src/locales/ar-SA.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"error": {
77
"title": "خطأ",
88
"page404": "الصفحة غير متوفرة",
9+
"home": "الصفحة الرئيسية",
910
"description": "عفوا!! يبدو ان هنالك خطأ",
1011
"action": "قراءة التعليمات"
1112
},

Diff for: src/locales/en-US.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"error": {
77
"title": "Error",
88
"page404": "Page not found!",
9+
"home": "Home page",
910
"description": "Oops! There's been an unexpected error",
1011
"action": "Go to documentation"
1112
},

Diff for: src/locales/es-ES.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"error": {
77
"title": "Error",
88
"page404": "Página no encontrada!",
9+
"home": "Pagina de inicio",
910
"description": "¡Uy! Se ha producido un error inesperado",
1011
"action": "Ir a la documentación"
1112
},

Diff for: src/locales/fr-FR.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"error": {
77
"title": "Erreur",
88
"page404": "Page introuvable!",
9+
"home": "Page d'accueil",
910
"description": "Oups! Une erreur inattendue s'est produite",
1011
"action": "Aller à la documentation"
1112
},

Diff for: src/locales/hi-IN.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"error": {
77
"title": "गलती",
88
"page404": "पृष्ठ नहीं मिला!",
9+
"home": "होम पेज",
910
"description": "उफ़! कोई अप्रत्याशित त्रुटि हुई है",
1011
"action": "दस्तावेज़ीकरण पर जाएँ"
1112
},

Diff for: src/locales/pl-PL.json

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"error": {
77
"title": "Błąd",
88
"page404": "Strona nie istnieje!",
9+
"home": "Strona główna",
910
"description": "Oops! Pojawił się nieoczekiwany błąd",
1011
"action": "Sprawdź dokumentacja"
1112
},

0 commit comments

Comments
 (0)