Skip to content

Commit

Permalink
fix(locales): added i18n translation
Browse files Browse the repository at this point in the history
  • Loading branch information
leofvo committed Dec 5, 2022
1 parent 89655af commit 57597c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion public/locales/en/courses.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"actions": {
"delete": "Delete module",
"edit": "Edit module"
},
"details": {
"tooltips": {
"seeProfile": "View profile"
}
}
},
"form": {
Expand Down Expand Up @@ -81,4 +86,4 @@
"title": "Delete course",
"content": "Are you sure to delete this course?"
}
}
}
7 changes: 6 additions & 1 deletion public/locales/fr/courses.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"actions": {
"delete": "Supprimer le module",
"edit": "Modifier le module"
},
"details": {
"tooltips": {
"seeProfile": "Voir le profil"
}
}
},
"form": {
Expand Down Expand Up @@ -81,4 +86,4 @@
"title": "Supprimer le cours",
"content": "Êtes-vous sûr de vouloir supprimer ce cours ?"
}
}
}

0 comments on commit 57597c6

Please sign in to comment.