Skip to content

Commit

Permalink
fix: missing translation
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Aug 4, 2024
1 parent 88af925 commit b7eee37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/locales/ar/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
},
"name": {
"label": "الإسم الاول",
"required": "مطلوب اسم"
"required": "مطلوب اسم",
"invalid": "الاسم غير صالح"
},
"language": {
"label": "اللغة"
Expand Down
3 changes: 2 additions & 1 deletion src/locales/fr/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
},
"name": {
"label": "Nom",
"required": "Le nom est requis"
"required": "Le nom est requis",
"invalid": "Le nom n'est pas valide"
},
"language": {
"label": "Langue"
Expand Down
3 changes: 2 additions & 1 deletion src/locales/sw/users.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
},
"name": {
"label": "Jina",
"required": "Jina linahitajika"
"required": "Jina linahitajika",
"invalid": "Jina ni batili"
},
"language": {
"label": "Lugha"
Expand Down

0 comments on commit b7eee37

Please sign in to comment.